Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Dota 2 1.2.0
pts/dota2-1.2.0
- 25 May 2016 -
Various fixes, new demo
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/dota2-pts-1971360796.dem.tar.bz2</URL> <MD5>f4f7001df7f9275e9f9be1a13895b4de</MD5> <SHA256>2339912caa86959eff697ff1c1eee937ce0f39898717237fc15362c257f824f5</SHA256> <FileSize>74166998</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/570 tar -xjvf dota2-pts-1971360796.dem.tar.bz2 mv dota2-pts-1971360796.dem $DEBUG_REAL_HOME/.steam/steam/steamapps/common/dota\ 2\ beta/game/dota echo "#!/bin/bash HOME=\$DEBUG_REAL_HOME . steam-env-vars.sh cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/dota\ 2\ beta/game mv -f \$HOME/.steam/steam/steamapps/common/dota\ 2\ beta/game/dota/Source2Bench.csv \$HOME/.steam/steam/steamapps/common/dota\ 2\ beta/game/dota/Source2Bench.csv.1 # -testscript_inline \\\"Test_WaitForCheckPoint DemoPlaybackFinished; quit\\\" ./dota.sh +con_logfile \$LOG_FILE +timedemoquit dota2-pts-1971360796 +demo_quitafterplayback 1 +cl_showfps 2 +fps_max 0 -nosound -noassert -console -fullscreen +timedemo_start 50000 +timedemo_end 51000 -autoconfig_level 3 \$@ & sleep 75 killall -9 dota2 cat \$HOME/.steam/steam/steamapps/common/dota\ 2\ beta/game/dota/Source2Bench.csv >> \$LOG_FILE" > dota2-benchmark chmod +x dota2-benchmark
pre.sh
#!/bin/bash STEAM_GAME_ID=570 GAME_BINARY=dota2 export HOME=$DEBUG_REAL_HOME steam steam://run/$STEAM_GAME_ID & sleep 5 GAME_PID=`pgrep $GAME_BINARY` echo '#!/bin/sh' > steam-env-vars.sh while read -d $'\0' ENV; do NAME=`echo $ENV | cut -d= -f1`; VAL=`echo $ENV | cut -d= -f2`; echo "export $NAME=\"$VAL\""; done < /proc/$GAME_PID/environ >> steam-env-vars.sh chmod +x steam-env-vars.sh kill -9 $GAME_PID
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>pts2.dem,UNKNOWN,#_RESULT_#, 17.5, 30.1,3840,2160,3239,95,RGBA8888,"/home/phoronix/.steam/steam/steamapps/common/dota 2 beta/game/bin/linuxsteamrt64/dota2" /home/phoronix/.steam/steam/steamapps/common/dota 2 beta/game/bin/linuxsteamrt64/dota2 +cl_showfps 1 +timedemo pts2 +demo_quitafterplayback 1 +fps_max 0 -novconsole -fullscreen +timedemo_start 1 +timedemo_end 1000 +bench_start dota2.bench,OpenGL,0x1002,0x7300,RENDER_SYSTEM_DLL_GL,enabled,3,2,</OutputTemplate> <LineHint>.dem</LineHint> <FileFormat>CSV</FileFormat> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Dota 2</Title> <Description>This is a benchmark of Valve's Dota 2 game. The test profile assumes you have a Steam account, have Steam installed for the system, and that you have rights to Dota 2. This automates the process of executing the game and using a standardized time demo.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <Executable>dota2-benchmark</Executable> <TimesToRun>3</TimesToRun> <PreInstallMessage>This test will attempt to install the necessary game using your Steam account. If the test appears hung you may need to manually exit the Steam client. Currently this test profile doesn't override any of the user/quality settings so be forewarned when comparing your results against other user systems.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>http://store.steampowered.com/app/570/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-high -console </Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-w $VIDEO_WIDTH -h $VIDEO_HEIGHT</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>OpenGL</Name> <Value>-gl</Value> <Message></Message> </Entry> <Entry> <Name>Vulkan</Name> <Value>-vulkan</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>