Skip to content

Switch the stm32f4 benchmark to a quicker default feature #1265

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 1 commit into from
Apr 1, 2022
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions collector/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ They mostly consist of real-world crates.
- **serde-1.0.136**: A serialization/deserialization crate. Used by many other
Rust programs.
- **stm32f4-0.14.0**: 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-1.0.89**: A library for parsing Rust code. An important part of the Rust
ecosystem.
- **unicode-normalization-0.1.19**: Unicode character composition and decomposition
Expand Down
2 changes: 1 addition & 1 deletion collector/benchmarks/stm32f4-0.14.0/perf-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"cargo_opts": "--features=stm32f405",
"cargo_opts": "--features=stm32f410",
"category": "primary"
}