Skip to content

Commit 0e10855

Browse files
committed
Add perf-config.json and REUSE
1 parent d33f90b commit 0e10855

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

collector/compile-benchmarks/REUSE.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ path = "html5ever-0.31.0/**"
110110
SPDX-FileCopyrightText = "The html5ever Project Developers"
111111
SPDX-License-Identifier = "MIT OR Apache-2.0"
112112

113+
[[annotations]]
114+
path = "html5ever-0.31.0-new-solver/**"
115+
SPDX-FileCopyrightText = "The html5ever Project Developers"
116+
SPDX-License-Identifier = "MIT OR Apache-2.0"
117+
113118
[[annotations]]
114119
path = "hyper-1.6.0/**"
115120
SPDX-FileCopyrightText = "hyper contributors"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"touch_file": "src/lib.rs",
3+
"artifact": "library",
4+
"category": "secondary",
5+
"cargo_rustc_opts": "-Znext-solver=globally",
6+
"excluded_profiles": [
7+
"Doc"
8+
],
9+
"excluded_scenarios": [
10+
"IncrFull",
11+
"IncrPatched",
12+
"IncrUnchanged"
13+
]
14+
}

0 commit comments

Comments
 (0)