Skip to content

Remove stm32f4-0.14.0 benchmark #2113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ jobs:
#
# We want the four parts to have similar runtimes.
BENCH_INCLUDE_EXCLUDE_OPTS: [
"--include cargo-0.87.1,stm32f4-0.14.0",
"--exclude cargo-0.87.1,stm32f4-0.14.0",
"--include cargo-0.87.1,stm32f4-0.15.1",
"--exclude cargo-0.87.1,stm32f4-0.15.1",
]
PROFILES: [
"Check,Debug,Doc",
Expand Down
3 changes: 2 additions & 1 deletion collector/compile-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ They mostly consist of real-world crates.
many other Rust programs. Stresses declarative macro expansion somewhat.
- **serde_derive-1.0.219**: A proc-macro sub-crate used by `serde`. Used by
many other Rust programs. Stresses declarative macro expansion somewhat.
- **stm32f4-0.14.0**: A crate that has many thousands of blanket impl blocks.
- **stm32f4-0.15.1**: A crate that has many thousands of blanket impl blocks.
It uses cargo features to enable large portions of its structure and is
built with `--features=stm32f410` to have faster benchmarking times.
- **syn-2.0.101**: A library for parsing Rust code. An important part of the Rust
Expand Down Expand Up @@ -251,6 +251,7 @@ Rust code being written today.
- Do this with `git rm -r` on the directory.
- In the second commit do everything else.
- Remove the entry from `collector/compile-benchmarks/README.md`.
- Remove the entry from `collector/compile-benchmarks/REUSE.toml`.
- `git grep` for occurrences of the old benchmark name (e.g. in
`.github/workflows/ci.yml` or `ci/check-*.sh`) and see if anything needs
changing... usually not.
Expand Down
5 changes: 0 additions & 5 deletions collector/compile-benchmarks/REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,6 @@ path = "serde_derive-1.0.219/**"
SPDX-FileCopyrightText = "serde contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"

[[annotations]]
path = "stm32f4-0.14.0/**"
SPDX-FileCopyrightText = "stm32-rs contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"

[[annotations]]
path = "stm32f4-0.15.1/**"
SPDX-FileCopyrightText = "stm32-rs contributors"
Expand Down
13 changes: 0 additions & 13 deletions collector/compile-benchmarks/stm32f4-0.14.0/0-negate.patch

This file was deleted.

171 changes: 0 additions & 171 deletions collector/compile-benchmarks/stm32f4-0.14.0/Cargo.lock

This file was deleted.

55 changes: 0 additions & 55 deletions collector/compile-benchmarks/stm32f4-0.14.0/Cargo.toml

This file was deleted.

40 changes: 0 additions & 40 deletions collector/compile-benchmarks/stm32f4-0.14.0/Cargo.toml.orig

This file was deleted.

51 changes: 0 additions & 51 deletions collector/compile-benchmarks/stm32f4-0.14.0/README.md

This file was deleted.

Loading
Loading