Skip to content

Commit 2cedf07

Browse files
committed
Add perf-config.json and REUSE
1 parent a4d0c0b commit 2cedf07

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

collector/compile-benchmarks/REUSE.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ path = "syn-2.0.101/**"
230230
SPDX-FileCopyrightText = "syn contributors"
231231
SPDX-License-Identifier = "MIT OR Apache-2.0"
232232

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+
233238
[[annotations]]
234239
path = "token-stream-stress/**"
235240
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)