Skip to content

Commit 1c91ba8

Browse files
committed
chore: get all plots
1 parent 07a819d commit 1c91ba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/xtask/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,7 @@ impl Xtasks {
13561356
.stdout(std::process::Stdio::piped())
13571357
.arg("benchmark")
13581358
.args(["list", "bms"])
1359+
.args(["--per-page", "255"])
13591360
.args(["--token", &token.clone().unwrap_or_default()])
13601361
.output()
13611362
.with_context(|| "Could not list benchmarks")?;

0 commit comments

Comments
 (0)