File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
collector/compile-benchmarks Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ jobs:
114
114
#
115
115
# We want the four parts to have similar runtimes.
116
116
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 " ,
119
119
]
120
120
PROFILES : [
121
121
" Check,Debug,Doc" ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ They mostly consist of real-world crates.
52
52
many other Rust programs. Stresses declarative macro expansion somewhat.
53
53
- ** serde_derive-1.0.219** : A proc-macro sub-crate used by ` serde ` . Used by
54
54
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.
56
56
It uses cargo features to enable large portions of its structure and is
57
57
built with ` --features=stm32f410 ` to have faster benchmarking times.
58
58
- ** syn-2.0.101** : A library for parsing Rust code. An important part of the Rust
Original file line number Diff line number Diff line change @@ -235,11 +235,6 @@ path = "serde_derive-1.0.219/**"
235
235
SPDX-FileCopyrightText = " serde contributors"
236
236
SPDX-License-Identifier = " MIT OR Apache-2.0"
237
237
238
- [[annotations ]]
239
- path = " stm32f4-0.14.0/**"
240
- SPDX-FileCopyrightText = " stm32-rs contributors"
241
- SPDX-License-Identifier = " MIT OR Apache-2.0"
242
-
243
238
[[annotations ]]
244
239
path = " stm32f4-0.15.1/**"
245
240
SPDX-FileCopyrightText = " stm32-rs contributors"
You can’t perform that action at this time.
0 commit comments