From 9607ed2c377f526de153bb4787187663749ebe82 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 14 Nov 2010 17:49:11 +0100 Subject: [PATCH] allow extra args to the-big-benchmark --- the-big-benchmark.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/the-big-benchmark.sh b/the-big-benchmark.sh index 3ce087ff..10b6a45e 100755 --- a/the-big-benchmark.sh +++ b/the-big-benchmark.sh @@ -28,14 +28,14 @@ set -x rm -f data/benchmark.log ./all clean --reclone ./all compile -r -./all run -nohome -benchmarkruns 3 -benchmark demos/the-big-keybench.dem +//div0-stable +./all run "$@" -nohome -benchmarkruns 3 -benchmark demos/the-big-keybench.dem +//div0-stable ./all clean -r -f ( cd darkplaces git checkout master || git checkout -t origin/master || exit 1 ) ./all compile -r -./all run -nohome -benchmarkruns 3 -benchmark demos/the-big-keybench.dem +//master +./all run "$@" -nohome -benchmarkruns 3 -benchmark demos/the-big-keybench.dem +//master ./all clean -r -f -u set +x -- 2.39.2