X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=the-big-benchmark.sh;h=10b6a45e21e55cab037ef30b7844805c207725b7;hp=253b74740ab685c290aa8bc303b0e6027cb3feb0;hb=78744484f2d6ed4fa7a4aff96e3907bae974a0e6;hpb=e2c2a49f8204a262fb4f46d9b1c34a3d9a9ef05e diff --git a/the-big-benchmark.sh b/the-big-benchmark.sh index 253b7474..10b6a45e 100755 --- a/the-big-benchmark.sh +++ b/the-big-benchmark.sh @@ -25,16 +25,17 @@ while :; do done 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 @@ -46,6 +47,6 @@ echo " - graphics card (which vendor, which model)" echo " - operating system (including whether it is 32bit or 64bit)" echo " - graphics driver version" echo " - the following info:" -tail -n 6 data/benchmark.log +cat data/benchmark.log echo echo "Thank you"