disable curling

This commit is contained in:
Rudolf Polzer 2012-03-26 13:15:50 +02:00
parent 37f7476eda
commit e7f2333dc4
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ goto postarg
if exist data\the-big-benchmark.log del data\the-big-benchmark.log
if exist data\benchmark.log del data\benchmark.log
if exist data\engine.log del data\engine.log
set p=+r_texture_dds_load 1 +cl_playerdetailreduction 0 +developer 1 -nohome -benchmarkruns 4 -benchmarkruns_skipfirst -benchmark demos/the-big-keybench.dem
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
goto start

View File

@ -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"