Skip to content

Commit 2644415

Browse files
authored
Merge pull request #2113 from nnethercote/rm-stm
Remove `stm32f4-0.14.0` benchmark
2 parents a774c55 + c19c0af commit 2644415

File tree

7,062 files changed

+4
-2613158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,062 files changed

+4
-2613158
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
#
115115
# We want the four parts to have similar runtimes.
116116
BENCH_INCLUDE_EXCLUDE_OPTS: [
117-
"--include cargo-0.87.1,stm32f4-0.14.0",
118-
"--exclude cargo-0.87.1,stm32f4-0.14.0",
117+
"--include cargo-0.87.1,stm32f4-0.15.1",
118+
"--exclude cargo-0.87.1,stm32f4-0.15.1",
119119
]
120120
PROFILES: [
121121
"Check,Debug,Doc",

collector/compile-benchmarks/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ They mostly consist of real-world crates.
5252
many other Rust programs. Stresses declarative macro expansion somewhat.
5353
- **serde_derive-1.0.219**: A proc-macro sub-crate used by `serde`. Used by
5454
many other Rust programs. Stresses declarative macro expansion somewhat.
55-
- **stm32f4-0.14.0**: A crate that has many thousands of blanket impl blocks.
55+
- **stm32f4-0.15.1**: A crate that has many thousands of blanket impl blocks.
5656
It uses cargo features to enable large portions of its structure and is
5757
built with `--features=stm32f410` to have faster benchmarking times.
5858
- **syn-2.0.101**: A library for parsing Rust code. An important part of the Rust
@@ -251,6 +251,7 @@ Rust code being written today.
251251
- Do this with `git rm -r` on the directory.
252252
- In the second commit do everything else.
253253
- Remove the entry from `collector/compile-benchmarks/README.md`.
254+
- Remove the entry from `collector/compile-benchmarks/REUSE.toml`.
254255
- `git grep` for occurrences of the old benchmark name (e.g. in
255256
`.github/workflows/ci.yml` or `ci/check-*.sh`) and see if anything needs
256257
changing... usually not.

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,6 @@ path = "serde_derive-1.0.219/**"
235235
SPDX-FileCopyrightText = "serde contributors"
236236
SPDX-License-Identifier = "MIT OR Apache-2.0"
237237

238-
[[annotations]]
239-
path = "stm32f4-0.14.0/**"
240-
SPDX-FileCopyrightText = "stm32-rs contributors"
241-
SPDX-License-Identifier = "MIT OR Apache-2.0"
242-
243238
[[annotations]]
244239
path = "stm32f4-0.15.1/**"
245240
SPDX-FileCopyrightText = "stm32-rs contributors"

collector/compile-benchmarks/stm32f4-0.14.0/0-negate.patch

-13
This file was deleted.

collector/compile-benchmarks/stm32f4-0.14.0/Cargo.lock

-171
This file was deleted.

collector/compile-benchmarks/stm32f4-0.14.0/Cargo.toml

-55
This file was deleted.

collector/compile-benchmarks/stm32f4-0.14.0/Cargo.toml.orig

-40
This file was deleted.

collector/compile-benchmarks/stm32f4-0.14.0/README.md

-51
This file was deleted.

0 commit comments

Comments
 (0)