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
Tomb Raider 1.1.0
pts/tomb-raider-1.1.0
- 06 March 2017 -
Fix resolution/quality handling.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m5--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/tomb-raider-prefs-1.tar.gz</URL> <MD5>f74cee751911566321b1ec0c25b306af</MD5> <SHA256>edb29a7fad1d896ccc29a3c9cdc16e77e1f487f61e2f28bdb94afb2c2a92731f</SHA256> <FileSize>2151</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/203160 tar -xjvf tomb-raider-prefs-1.tar.gz mkdir -p $DEBUG_REAL_HOME/.local/share/feral-interactive/Tomb\ Raider cp -f prefs-* $DEBUG_REAL_HOME/.local/share/feral-interactive/Tomb\ Raider echo "#!/bin/bash . steam-env-vars.sh cd \$DEBUG_REAL_HOME/.local/share/feral-interactive/Tomb\ Raider 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/Tomb\ Raider/bin rm -f \$DEBUG_REAL_HOME/.local/share/feral-interactive/Tomb\ Raider/VFS/Local/benchmarks/*.txt ./TombRaider -benchmark cat \$DEBUG_REAL_HOME/.local/share/feral-interactive/Tomb\ Raider/VFS/Local/benchmarks/*.txt > \$LOG_FILE # rm -f \$DEBUG_REAL_HOME/.local/share/feral-interactive/Tomb\ Raider/VFS/Local/benchmarks/*.txt" > tomb-raider chmod +x tomb-raider
pre.sh
#!/bin/bash STEAM_GAME_ID=203160 GAME_BINARY=TombRaider export HOME=$DEBUG_REAL_HOME steam steam://run/$STEAM_GAME_ID & sleep 5 GAME_PID=`pgrep TombRaider.sh` 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 GAME_PID=`pgrep TombRaider` kill -9 $GAME_PID
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Min FPS: #_MIN_RESULT_# Max FPS: #_MAX_RESULT_# Average FPS: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m5--> <PhoronixTestSuite> <TestInformation> <Title>Tomb Raider</Title> <Description>This is a benchmark of the Tomb Raider (2013) game. The test profile assumes you have a Steam account, have Steam installed for the system, and that you own Tomb Raider. This automates the process of executing the game and using the built-in benchmark functionality.</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.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Unverified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>http://store.steampowered.com/app/203160/</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>Quality</DisplayName> <Identifier>quality</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Low</Name> <Value>prefs-low</Value> <Message></Message> </Entry> <Entry> <Name>Normal</Name> <Value>prefs-normal</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>