Skip to content

Commit 5ebabbf

Browse files
committed
chore: change bencher plots to use version x axis
1 parent 5a6e4b3 commit 5ebabbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ impl Xtasks {
15181518
.stderr(std::process::Stdio::inherit())
15191519
.args(["plot", "create", "bms"])
15201520
.args(["--title", &plot_name])
1521-
.args(["--x-axis", "date_time"])
1521+
.args(["--x-axis", "version"])
15221522
.args(["--window", &window_seconds.to_string()])
15231523
.args(["--branches", MAIN_BRANCH_UUID])
15241524
.args(["--testbeds", testbed_uuid])

0 commit comments

Comments
 (0)