]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/the-big-benchmark/the-big-benchmark.sh
- disable update check if running benchmark
[xonotic/xonotic.git] / misc / tools / the-big-benchmark / the-big-benchmark.sh
index 07b3140e4797ec0acb332355ae13b18184422008..1676ad61da859e2fc39e553c539381f42db4eddd 100755 (executable)
@@ -61,7 +61,7 @@ rm -f data/benchmark.log
 rm -f data/engine.log
 
 # for next version of benchmark: remove +cl_playerdetailreduction 0 and add +showfps 1
-p="+vid_width 1024 +vid_height 768 +vid_desktopfullscreen 0 +cl_curl_enabled 0 +r_texture_dds_load 1 +cl_playerdetailreduction 0 +developer 1 -nohome -benchmarkruns 4 -benchmarkruns_skipfirst -benchmark demos/the-big-keybench.dem"
+p="+menu_updatecheck 0 +vid_width 1024 +vid_height 768 +vid_desktopfullscreen 0 +cl_curl_enabled 0 +r_texture_dds_load 1 +cl_allow_ui2dname 0 +cl_playerdetailreduction 0 +developer 1 -nohome -benchmarkruns 4 -benchmarkruns_skipfirst -benchmark demos/the-big-keybench.dem"
 
 for e in omg low med normal high ultra ultimate; do
        echo "Benchmarking on $e"