Skip to content
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"
}