Skip to content

Commit d6eafdd

Browse files
committed
chore: dont enable --build time in bencher
1 parent 1f87c66 commit d6eafdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/xtask/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ impl Xtasks {
12561256
.args(["--branch", &format!("\"{branch}\"")])
12571257
.args(["--token", &token.unwrap_or_default()])
12581258
.args(["--testbed", &testbed])
1259-
.args(["--build-time"])
1259+
// .args(["--build-time"])
12601260
.args(["--threshold-measure", "latency"])
12611261
.args(["--threshold-test", "t_test"])
12621262
.args(["--threshold-max-sample-size", "64"])

0 commit comments

Comments
 (0)