Skip to content

Commit

Permalink
Bug fix in run-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Sep 14, 2023
1 parent 92b7797 commit ad9d5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if args.benchcompare:
baseline = ""
contender = ""
if "sort" in args.benchcompare:
if "qsort" in args.benchcompare:
baseline = "scalarsort.*" + filterb
contender = "simdsort.*" + filterb
elif "select" in args.benchcompare:
Expand Down

0 comments on commit ad9d5b8

Please sign in to comment.