Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
DiRT Rally 1.0.1
pts/dirt-rally-1.0.1
- 06 March 2017 -
Set TimesToRun = 3
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m5--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/dirt-rally-prefs-1.tar.gz</URL> <MD5>b404a6beb6366719c7e02777ff238319</MD5> <SHA256>55a937d47020f11f0033c91f49c305c1811442869b5a42752006a197e0f510f2</SHA256> <FileSize>2207</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/310560 tar -xjvf dirt-rally-prefs-1.tar.gz mkdir -p $DEBUG_REAL_HOME/.local/share/feral-interactive/DiRT\ Rally cp -f prefs-* $DEBUG_REAL_HOME/.local/share/feral-interactive/DiRT\ Rally echo "#!/bin/bash . steam-env-vars.sh rm -f \$DEBUG_REAL_HOME/.local/share/feral-interactive/DiRT\ Rally/VFS/User/AppData/Roaming/My\ Games/DiRT\ Rally/benchmarks/*.xml cd \$DEBUG_REAL_HOME/.local/share/feral-interactive/DiRT\ Rally cp -f \$3 preferences sed -ie \"s/3840/\$1/g\" preferences sed -ie \"s/2160/\$2/g\" preferences cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/DiRT\ Rally/bin ./DirtRally -benchmark \$@ cat \$DEBUG_REAL_HOME/.local/share/feral-interactive/DiRT\ Rally/VFS/User/AppData/Roaming/My\ Games/DiRT\ Rally/benchmarks/*.xml | sed \"s/\\\"/ /g\" > \$LOG_FILE rm -f \$DEBUG_REAL_HOME/.local/share/feral-interactive/DiRT\ Rally/VFS/User/AppData/Roaming/My\ Games/DiRT\ Rally/benchmarks/*.xml" > dirt-rally chmod +x dirt-rally
pre.sh
#!/bin/bash STEAM_GAME_ID=310560 GAME_BINARY=DirtRally export HOME=$DEBUG_REAL_HOME steam steam://run/$STEAM_GAME_ID & sleep 5 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 DirtRally
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> fps_total min_fps= #MIN_RESULT_# max_fps= #MAX_RESULT_# av_fps= #_RESULT_# min_fps_ms= 13.674289 max_fps_ms= 9.021717 av_fps_ms= 11.205852 </OutputTemplate> <LineHint>fps_total</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m5--> <PhoronixTestSuite> <TestInformation> <Title>DiRT Rally</Title> <Description>This is a benchmark of DiRT Rally 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.1</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/310560/</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>Ultra Low</Name> <Value>prefs-ultra-low</Value> <Message></Message> </Entry> <Entry> <Name>Medium</Name> <Value>prefs-medium</Value> <Message></Message> </Entry> <Entry> <Name>High</Name> <Value>prefs-high</Value> <Message></Message> </Entry> <Entry> <Name>Ultra</Name> <Value>prefs-ultra</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>