X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=the-big-benchmark.sh;h=1744a1adc2523457ea90858c9512ce97287ea96b;hb=0ba771a92d3b3e27b679fd5c4a1c42141a7ac9ca;hp=9f33ef655d183a478b6aecaf799906e9db45d871;hpb=792b0f964cf79db3be162a6b86c77e28a1096aeb;p=xonotic%2Fxonotic.git diff --git a/the-big-benchmark.sh b/the-big-benchmark.sh index 9f33ef65..1744a1ad 100755 --- a/the-big-benchmark.sh +++ b/the-big-benchmark.sh @@ -30,14 +30,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 || true +USE_GDB=no ./all run "$@" -nohome -benchmarkruns 3 -benchmark demos/the-big-keybench.dem +//div0-stable || true ./all clean -r -f ( cd darkplaces - git checkout master || git checkout -t origin/master || exit 1 + git checkout div0-stable-pred3d9 || git checkout -t origin/div0-stable-pred3d9 || exit 1 ) ./all compile -r -./all run "$@" -nohome -benchmarkruns 3 -benchmark demos/the-big-keybench.dem +//master || true +USE_GDB=no ./all run "$@" -nohome -benchmarkruns 3 -benchmark demos/the-big-keybench.dem +//div0-stable-pred3d9 || true ./all clean -r -f -u set +x