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
Dawn of War III 1.0.0
pts/dow3-1.0.0
- 08 June 2017 -
Initial commit for Dawn of War III on Linux
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0m4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/dow3-prefs-2.zip</URL> <MD5>530bafd7e59f1883277d317e13b936da</MD5> <SHA256>78497f604c8142e67ce1ddb6b56e586ca423261db155a7eaa9d80bae86ddc6e1</SHA256> <FileSize>8170</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o dow3-prefs-2.zip HOME=$DEBUG_REAL_HOME steam steam://install/285190 mkdir -p $DEBUG_REAL_HOME/.local/share/feral-interactive/Dawn\ of\ War\ III echo "#!/bin/bash GAME_PREFS=\"\$DEBUG_REAL_HOME/.local/share/feral-interactive/Dawn of War III\" . steam-env-vars.sh mv \"\$GAME_PREFS/\" \"\$GAME_PREFS.pts-bkp\" mkdir -p \"\$GAME_PREFS\" cp -f \"preferences.\$3.xml\" \"\$GAME_PREFS/preferences\" cd \"\$GAME_PREFS\" || exit sed -ie \"s/1920/\$1/g\" preferences sed -ie \"s/1080/\$2/g\" preferences if [ \"X\$4\" = \"XVULKAN\" ] then sed -i 's/<value name=\"UseVulkan\" type=\"integer\">0<\/value>/<value name=\"UseVulkan\" type=\"integer\">1<\/value>/' preferences fi cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Dawn\ of\ War\ III/ || exit ./DawnOfWar3.sh cd \"\$GAME_PREFS/VFS/User/AppData/Roaming/My Games/Dawn of War III/LogFiles/\" cat perfreport*.csv > \"\$LOG_FILE\" rm -rf \"\$GAME_PREFS/\" mv \"\$GAME_PREFS.pts-bkp/\" \"\$GAME_PREFS\"" > dow3 chmod +x dow3
pre.sh
#!/bin/bash exit STEAM_GAME_ID=285190 GAME_BINARY=DawnOfWar3 export HOME=$DEBUG_REAL_HOME steam steam://run/$STEAM_GAME_ID & sleep 6 GAME_PID=`pgrep $GAME_BINARY | tail -1` echo '#!/bin/sh' > steam-env-vars.sh echo "# PID: $GAME_PID" >> 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 killall -9 DawnOfWar3 sleep 6
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0m4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>average fps #_RESULT_# minimum fps #_MIN_RESULT_# maximum fps #_MAX_RESULT_#</OutputTemplate> <TurnCharsToSpace>,</TurnCharsToSpace> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0m4--> <PhoronixTestSuite> <TestInformation> <Title>Dawn of War III</Title> <Description>Dawn of War III Mad Max on Steam. The test profile assumes you have a Steam account, have Steam installed for the system, and that you own a copy of this game. This automates the process of executing the game and using its built-in benchmark mode.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <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.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>http://store.steampowered.com/agecheck/app/285190/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <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>$VIDEO_WIDTH $VIDEO_HEIGHT</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Graphics Preset</DisplayName> <Identifier>graphics-preset</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Low</Name> <Value>low</Value> <Message></Message> </Entry> <Entry> <Name>Medium</Name> <Value>med</Value> <Message></Message> </Entry> <Entry> <Name>High</Name> <Value>hig</Value> <Message></Message> </Entry> <Entry> <Name>Maximum</Name> <Value>max</Value> <Message></Message> </Entry> <Entry> <Name>Ultra</Name> <Value>ult</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Vulkan</Name> <Value>VULKAN</Value> <Message></Message> </Entry> <Entry> <Name>OpenGL</Name> <Value>OPENGL</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>