Don't run benchmarks when only showing what's available.

This commit is contained in:
Vincent St-Amour 2011-10-13 12:39:52 -04:00
parent a0b987bc1e
commit a40723d14d

View File

@ -54,7 +54,8 @@
benchmarks)
(for-each (lambda (bm)
(printf " ~a (not run by default)\n" bm))
extra-benchmarks)]
extra-benchmarks)
(exit 0)]
[("-o" "--out") filename "append output to <filename>"
(current-output-file filename)]
[("-n" "--iters") n "set number of run iterations"