Allow a specific benchmark run to be requested, rather than all of them

(that is still the default though).
This commit is contained in:
Nathan Scott
2002-10-06 12:18:43 +00:00
parent 6fa20460d3
commit 193436593d
+3 -1
View File
@@ -486,8 +486,10 @@ do
bench-run) bench-run)
cd $QADIR cd $QADIR
# $BENCHMARK is typically unset, which equates to "all"
#
_log " *** run benchmarks" _log " *** run benchmarks"
_sudo ./bench $BENCH_PASSES `id -nu && id -ng` \ _sudo ./bench $BENCH_PASSES `id -nu && id -ng` $BENCHMARK \
|| _fail " !!! failed to run benchmarks" || _fail " !!! failed to run benchmarks"
_log "" _log ""