We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f87c66 commit d6eafddCopy full SHA for d6eafdd
1 file changed
crates/xtask/src/main.rs
@@ -1256,7 +1256,7 @@ impl Xtasks {
1256
.args(["--branch", &format!("\"{branch}\"")])
1257
.args(["--token", &token.unwrap_or_default()])
1258
.args(["--testbed", &testbed])
1259
- .args(["--build-time"])
+ // .args(["--build-time"])
1260
.args(["--threshold-measure", "latency"])
1261
.args(["--threshold-test", "t_test"])
1262
.args(["--threshold-max-sample-size", "64"])
0 commit comments