X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=the-big-benchmark.sh;h=3ce087ff77c5d596b8324c6178a2f34b45cac579;hp=520dc78e9b474281076e97e902d6876d26a1063c;hb=f07fe4d4b5150b90577454750e3c23fbfd8cc110;hpb=7884639988a2dd3f77b336edd10ae70ea31b4354 diff --git a/the-big-benchmark.sh b/the-big-benchmark.sh index 520dc78e..3ce087ff 100755 --- a/the-big-benchmark.sh +++ b/the-big-benchmark.sh @@ -25,6 +25,7 @@ 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 @@ -36,6 +37,7 @@ set -x ./all compile -r ./all run -nohome -benchmarkruns 3 -benchmark demos/the-big-keybench.dem +//master ./all clean -r -f -u +set +x echo echo "Please provide the the following info to the Xonotic developers:" @@ -45,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"