mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Allow a specific benchmark run to be requested, rather than all of them
(that is still the default though).
This commit is contained in:
+3
-1
@@ -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 ""
|
||||||
|
|||||||
Reference in New Issue
Block a user