Skip to content

Commit 86012fd

Browse files
committed
switch stm32f4 to a quicker default feature
1 parent ecb3ad7 commit 86012fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

collector/benchmarks/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ They mostly consist of real-world crates.
3838
- **serde-1.0.136**: A serialization/deserialization crate. Used by many other
3939
Rust programs.
4040
- **stm32f4-0.14.0**: A crate that has many thousands of blanket impl blocks.
41+
It uses cargo features to enable large portions of its structure and, is
42+
built with `--features stm32f410` to have faster benchmarking times.
4143
- **syn-1.0.89**: A library for parsing Rust code. An important part of the Rust
4244
ecosystem.
4345
- **unicode-normalization-0.1.19**: Unicode character composition and decomposition
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"cargo_opts": "--features=stm32f405",
2+
"cargo_opts": "--features=stm32f410",
33
"category": "primary"
44
}

0 commit comments

Comments
 (0)