Skip to content

Commit

Permalink
Correct order of merge_base and HEAD in asv continuous.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Apr 28, 2023
1 parent 28bb0d2 commit 78b34f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bm_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def func(args: argparse.Namespace) -> None:

asv_command = (
ASV_HARNESS.format(
command="continuous", posargs=f"HEAD {merge_base}"
command="continuous", posargs=f"{merge_base} HEAD"
)
+ f" --factor={COMPARE_FACTOR}"
)
Expand Down

0 comments on commit 78b34f3

Please sign in to comment.