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 9ec813f commit bda411bCopy full SHA for bda411b
run-bench.py
@@ -31,7 +31,8 @@
31
baseline = "stdargsort.*" + filterb
32
contender = "avx512argsort.*" + filterb
33
else:
34
- parser.error("Unknown argument '%s'" % args.benchcompare)
+ parser.print_help(sys.stderr)
35
+ parser.error("ERROR: Unknown argument '%s'" % args.benchcompare)
36
rc = subprocess.check_call("./scripts/bench-compare.sh '%s' '%s'" % (baseline, contender), shell=True)
37
38
if args.branchcompare:
0 commit comments