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
DiRT Rally 2.0 1.0.2
pts/dirt-rally2-1.0.2
- 03 March 2019 -
Prefs updates, should be in good shape now.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/dirt-rally-20-proton-prefs-1.zip</URL> <MD5>67493ac0d88dd10c7287342c36e46bbf</MD5> <SHA256>3cea5ec2d1e9d79a78e1a41e149abc747ce074b87a6f019b31f155d62dfcf86c</SHA256> <FileName>dirt-rally-20-proton-prefs-1.zip</FileName> <FileSize>4321</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which steam>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: Steam is not found on the system! This test profile needs a working Steam installation in the PATH" echo 2 > ~/install-exit-status fi HOME=$DEBUG_REAL_HOME steam steam://install/690790 # This is needed since the game relies upon GPU settings contingent upon the deviceID in their XML file echo "dxgi.customDeviceId = AAF0 dxgi.customVendorId = 1002 " > $DEBUG_REAL_HOME/.steam/steam/steamapps/common/F1\ 2018/dxvk.conf unzip -o dirt-rally-20-proton-prefs-1.zip cp -f *.xml $DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/690790/pfx/drive_c/users/steamuser/My\ Documents/My\ Games/DiRT\ Rally\ 2.0/hardwaresettings/ echo "#!/bin/bash rm -f \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/690790/pfx/drive_c/users/steamuser/My\ Documents/My\ Games/DiRT\ Rally\ 2.0/benchmarks/*.xml cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/690790/pfx/drive_c/users/steamuser/My\ Documents/My\ Games/DiRT\ Rally\ 2.0/hardwaresettings/ cp -f \$3 hardware_settings_config.xml sed -ie \"s/1920/\$1/g\" hardware_settings_config.xml sed -ie \"s/1080/\$2/g\" hardware_settings_config.xml HOME=\$DEBUG_REAL_HOME steam -applaunch 690790 -benchmark sleep 30 while pgrep -x \"dirtrally2.exe\" > /dev/null; do sleep 2 done sleep 3 cat \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/690790/pfx/drive_c/users/steamuser/My\ Documents/My\ Games/DiRT\ Rally\ 2.0/benchmarks/*.xml | sed \"s/\\\"/ /g\" > \$LOG_FILE" > dirt-rally2 chmod +x dirt-rally2
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <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 v8.6.1--> <PhoronixTestSuite> <TestInformation> <Title>DiRT Rally 2.0</Title> <Description>This is a benchmark of DiRT Rally 2.0 running under Steam Play (Proton) on Linux. The test profile assumes you have a Steam account, have Steam installed for the system, and that the game is already purchased/installed. This automates the process of executing the game and using a standardized scene.</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.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Retail</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>steam</ExternalDependencies> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>4</EnvironmentSize> <ProjectURL>https://store.steampowered.com/app/690790/DiRT_Rally_20/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>$VIDEO_WIDTH $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Graphics Preset</DisplayName> <Identifier>graphics-preset</Identifier> <Menu> <Entry> <Name>Low</Name> <Value>low_settings.xml</Value> </Entry> <Entry> <Name>High</Name> <Value>high_settings.xml</Value> </Entry> <Entry> <Name>Ultra</Name> <Value>ultra_settings.xml</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>