Skip to content

Commit ad9d5b8

Browse files
author
Raghuveer Devulapalli
committed
Bug fix in run-bench
1 parent 92b7797 commit ad9d5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if args.benchcompare:
1919
baseline = ""
2020
contender = ""
21-
if "sort" in args.benchcompare:
21+
if "qsort" in args.benchcompare:
2222
baseline = "scalarsort.*" + filterb
2323
contender = "simdsort.*" + filterb
2424
elif "select" in args.benchcompare:

0 commit comments

Comments
 (0)