From: Rudolf Polzer Date: Sat, 13 Nov 2010 19:29:41 +0000 (+0100) Subject: don't fetch the repo in between, that would be bad X-Git-Tag: xonotic-v0.1.0preview~62 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=7884639988a2dd3f77b336edd10ae70ea31b4354 don't fetch the repo in between, that would be bad --- diff --git a/the-big-benchmark.sh b/the-big-benchmark.sh index 8430604c..520dc78e 100755 --- a/the-big-benchmark.sh +++ b/the-big-benchmark.sh @@ -28,14 +28,14 @@ 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 echo echo "Please provide the the following info to the Xonotic developers:"