Skip to content

Commit 3a5b083

Browse files
Compile servo in debug, check, and release
1 parent 72ea251 commit 3a5b083

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"cargo_opts": "--no-default-features",
33
"cargo_toml": "components/script/Cargo.toml",
4-
"runs": 1,
5-
"run_debug": false
4+
"runs": 1
65
}

collector/benchmarks/style-servo/perf-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"cargo_opts": "--features gecko",
33
"cargo_rustc_opts": "--cap-lints=warn",
44
"cargo_toml": "components/style/Cargo.toml",
5-
"runs": 1,
6-
"run_debug": false
5+
"runs": 1
76
}

0 commit comments

Comments
 (0)