]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
disable curling
authorRudolf Polzer <divverent@alientrap.org>
Mon, 26 Mar 2012 11:15:50 +0000 (13:15 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 26 Mar 2012 11:15:50 +0000 (13:15 +0200)
misc/tools/the-big-benchmark/the-big-benchmark.bat
misc/tools/the-big-benchmark/the-big-benchmark.sh

index a027a75f0101912b1876c852900cdf75e9b1decc..8aecc430d9eaf71d98626b5c2c6d44d686617707 100644 (file)
@@ -26,7 +26,7 @@ goto postarg
 if exist data\the-big-benchmark.log del data\the-big-benchmark.log\r
 if exist data\benchmark.log del data\benchmark.log\r
 if exist data\engine.log del data\engine.log\r
-set p=+r_texture_dds_load 1 +cl_playerdetailreduction 0 +developer 1 -nohome -benchmarkruns 4 -benchmarkruns_skipfirst -benchmark demos/the-big-keybench.dem\r
+set p=+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\r
 \r
 goto start\r
 \r
index 286157a162da2462804bb25b98fe1dff8f074333..9276b76ee9de1ff97b078f80d90c51924b960c82 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="+r_texture_dds_load 1 +cl_playerdetailreduction 0 +developer 1 -nohome -benchmarkruns 4 -benchmarkruns_skipfirst -benchmark demos/the-big-keybench.dem"
+p="+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"
 
 for e in omg low med normal high ultra ultimate; do
        echo "Benchmarking on $e"