mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-24 23:13:48 +00:00
disable curling
This commit is contained in:
parent
37f7476eda
commit
e7f2333dc4
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user