]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
allow extra args to the-big-benchmark
authorRudolf Polzer <divverent@alientrap.org>
Sun, 14 Nov 2010 16:49:11 +0000 (17:49 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 14 Nov 2010 16:49:11 +0000 (17:49 +0100)
the-big-benchmark.sh

index 3ce087ff77c5d596b8324c6178a2f34b45cac579..10b6a45e21e55cab037ef30b7844805c207725b7 100755 (executable)
@@ -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