Skip to content

Commit fcb4c7e

Browse files
committed
disable next solver for stable benchmarks again
1 parent 1adf6d0 commit fcb4c7e

9 files changed

Lines changed: 1 addition & 9 deletions

File tree

collector/compile-benchmarks/cargo/perf-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cargo_rustc_opts": "--cap-lints=warn -Znext-solver=coherence",
2+
"cargo_rustc_opts": "--cap-lints=warn",
33
"cargo_opts": "--lib",
44
"runs": 1,
55
"touch_file": "src/cargo/lib.rs",

collector/compile-benchmarks/encoding/perf-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"cargo_rustc_opts": "-Znext-solver=coherence",
32
"touch_file": "src/lib.rs",
43
"category": "stable",
54
"artifact": "library"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"cargo_rustc_opts": "-Znext-solver=coherence",
32
"category": "stable",
43
"artifact": "library"
54
}

collector/compile-benchmarks/html5ever/perf-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"cargo_rustc_opts": "-Znext-solver=coherence",
32
"touch_file": "src/lib.rs",
43
"category": "stable",
54
"artifact": "library"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"cargo_rustc_opts": "-Znext-solver=coherence",
32
"category": "stable",
43
"artifact": "library"
54
}

collector/compile-benchmarks/piston-image/perf-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"cargo_rustc_opts": "-Znext-solver=coherence",
32
"runs": 1,
43
"category": "stable",
54
"artifact": "library"

collector/compile-benchmarks/regex/perf-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"cargo_rustc_opts": "-Znext-solver=coherence",
32
"touch_file": "src/lib.rs",
43
"category": "stable",
54
"artifact": "library"

collector/compile-benchmarks/syn/perf-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"cargo_rustc_opts": "-Znext-solver=coherence",
32
"touch_file": "src/lib.rs",
43
"category": "stable",
54
"artifact": "library"

collector/compile-benchmarks/tokio-webpush-simple/perf-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"cargo_rustc_opts": "-Znext-solver=coherence",
32
"touch_file": "src/main.rs",
43
"category": "stable",
54
"artifact": "binary"

0 commit comments

Comments
 (0)