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 e4c0b9b commit ff5213eCopy full SHA for ff5213e
tests/integration_tests/performance/test_benchmarks.py
@@ -79,7 +79,7 @@ def compare_results(location_a_baselines: Path, location_b_baselines: Path):
79
_, stdout, _ = cargo(
80
"bench",
81
f"--all --target {platform.machine()}-unknown-linux-musl",
82
- "--load-baseline a_baseline --baseline b_baseline",
+ "--baseline a_baseline --load-baseline b_baseline",
83
)
84
85
regressions_only = "\n\n".join(
0 commit comments