From: Rudolf Polzer Date: Sun, 14 Nov 2010 16:49:11 +0000 (+0100) Subject: allow extra args to the-big-benchmark X-Git-Tag: xonotic-v0.1.0preview~55 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=9607ed2c377f526de153bb4787187663749ebe82 allow extra args to the-big-benchmark --- 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