]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - the-big-benchmark.sh
the big benchmark: set +x at the end
[xonotic/xonotic.git] / the-big-benchmark.sh
index 8430604c8f74992e356e49ae9b2fb31446dff3f3..253b74740ab685c290aa8bc303b0e6027cb3feb0 100755 (executable)
@@ -28,14 +28,15 @@ set -x
 ./all clean --reclone
 ./all compile -r
 ./all run -nohome -benchmarkruns 3 -benchmark demos/the-big-keybench.dem +//div0-stable
-./all clean --reclone
+./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 clean --reclone
+./all clean -r -f -u
+set +x
 
 echo
 echo "Please provide the the following info to the Xonotic developers:"