Skip to content

Commit 2037d5b

Browse files
committed
Add perf-config.json and REUSE
1 parent a581178 commit 2037d5b

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
@@ -205,6 +205,11 @@ path = "serde-1.0.219/**"
205205
SPDX-FileCopyrightText = "serde contributors"
206206
SPDX-License-Identifier = "MIT OR Apache-2.0"
207207

208+
[[annotations]]
209+
path = "serde-1.0.219-new-solver/**"
210+
SPDX-FileCopyrightText = "serde contributors"
211+
SPDX-License-Identifier = "MIT OR Apache-2.0"
212+
208213
[[annotations]]
209214
path = "serde_derive-1.0.219/**"
210215
SPDX-FileCopyrightText = "serde contributors"
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)