mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-04-26 13:07:58 +00:00
clean possible previously existing becnhmark.log
This commit is contained in:
parent
e2c2a49f82
commit
f07fe4d4b5
@ -25,6 +25,7 @@ while :; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
rm -f data/benchmark.log
|
||||||
./all clean --reclone
|
./all clean --reclone
|
||||||
./all compile -r
|
./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
|
||||||
@ -46,6 +47,6 @@ echo " - graphics card (which vendor, which model)"
|
|||||||
echo " - operating system (including whether it is 32bit or 64bit)"
|
echo " - operating system (including whether it is 32bit or 64bit)"
|
||||||
echo " - graphics driver version"
|
echo " - graphics driver version"
|
||||||
echo " - the following info:"
|
echo " - the following info:"
|
||||||
tail -n 6 data/benchmark.log
|
cat data/benchmark.log
|
||||||
echo
|
echo
|
||||||
echo "Thank you"
|
echo "Thank you"
|
||||||
|
Loading…
Reference in New Issue
Block a user