Skip to content

Commit 9787511

Browse files
committed
Add perf-config.json and REUSE
1 parent aff6997 commit 9787511

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
@@ -22,6 +22,11 @@ path = "bitmaps-3.2.1/**"
2222
SPDX-License-Identifier = "MPL-2.0"
2323
SPDX-FileCopyrightText = "Bodil Stokke"
2424

25+
[[annotations]]
26+
path = "bitmaps-3.2.1-new-solver/**"
27+
SPDX-License-Identifier = "MPL-2.0"
28+
SPDX-FileCopyrightText = "Bodil Stokke"
29+
2530
[[annotations]]
2631
path = "cargo-0.87.1/**"
2732
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)