We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
perf-config.json
1 parent a4d0c0b commit 2cedf07Copy full SHA for 2cedf07
collector/compile-benchmarks/REUSE.toml
@@ -230,6 +230,11 @@ path = "syn-2.0.101/**"
230
SPDX-FileCopyrightText = "syn contributors"
231
SPDX-License-Identifier = "MIT OR Apache-2.0"
232
233
+[[annotations]]
234
+path = "syn-2.0.101-new-solver/**"
235
+SPDX-FileCopyrightText = "syn contributors"
236
+SPDX-License-Identifier = "MIT OR Apache-2.0"
237
+
238
[[annotations]]
239
path = "token-stream-stress/**"
240
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
collector/compile-benchmarks/syn-2.0.101-new-solver/perf-config.json
@@ -0,0 +1,13 @@
1
+{
2
+ "artifact": "library",
3
+ "category": "secondary",
4
+ "cargo_rustc_opts": "-Znext-solver=globally",
5
+ "excluded_profiles": [
6
+ "Doc"
7
+ ],
8
+ "excluded_scenarios": [
9
+ "IncrFull",
10
+ "IncrPatched",
11
+ "IncrUnchanged"
12
+ ]
13
+}
0 commit comments