Skip to content

Commit 78b34f3

Browse files
committed
Correct order of merge_base and HEAD in asv continuous.
1 parent 28bb0d2 commit 78b34f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/bm_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def func(args: argparse.Namespace) -> None:
269269

270270
asv_command = (
271271
ASV_HARNESS.format(
272-
command="continuous", posargs=f"HEAD {merge_base}"
272+
command="continuous", posargs=f"{merge_base} HEAD"
273273
)
274274
+ f" --factor={COMPARE_FACTOR}"
275275
)

0 commit comments

Comments
 (0)