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
F1 2015 1.0.1
pts/f12015-1.0.1
- 26 May 2016 -
Change binary name
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/F12015-prefs-1.tar.bz2</URL> <MD5>39f1c32122aa3824a3181f5812cd6afc</MD5> <SHA256>b6906a3e135369d1f7e4dfd195b537380a02867de2ddf907b3a9e5bd13ef768e</SHA256> <FileSize>2108</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/286570 tar -xjvf F12015-prefs-1.tar.bz2 echo "#!/bin/bash HOME=\$DEBUG_REAL_HOME . steam-env-vars.sh cp -f \$@ \$HOME/.local/share/feral-interactive/F1\ 2015/preferences cp -f \$@ \$HOME/.local/share/feral-interactive/F1\ 2015/preferences1 cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/F1\ 2015/bin rm -f \$HOME/.local/share/feral-interactive/F1\ 2015/VFS/User/AppData/Roaming/My\ Games/F1\ 2015/Benchmark*.xml echo \$@ > \$HOME/.local/share/feral-interactive/F1\ 2015/preferences2 ./F12015 -benchmark > \$LOG_FILE cat \$HOME/.local/share/feral-interactive/F1\ 2015/VFS/User/AppData/Roaming/My\ Games/F1\ 2015/Benchmark*.xml | sed \"s/\\\"/ /g\" > \$LOG_FILE" > f12015 chmod +x f12015
pre.sh
#!/bin/bash STEAM_GAME_ID=286570 GAME_BINARY=F12015 export HOME=$DEBUG_REAL_HOME steam steam://run/$STEAM_GAME_ID & sleep 8 GAME_PID=`pgrep $GAME_BINARY | tac | (head -n1 && tail -n1)` 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>results samples= 34 total_time= 0.439485 min_fps= #_MIN_RESULT_# max_fps= #_MAX_RESULT_# avg_fps= #_RESULT_# min_fps_ms= 0.000000 max_fps_ms= inf avg_fps_ms= 13.504551</OutputTemplate> <LineHint>avg_fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0m2--> <PhoronixTestSuite> <TestInformation> <Title>F1 2015</Title> <Description>This is a benchmark of F1 2015 via Steam. The test profile assumes you have a Steam account, have Steam installed for the system, and that you have rights to F1 2015. This automates the process of executing the game and using a standardized time demo.</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/286570/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>1920 x 1080 - Low Quality</Name> <Value>preferences_1920x1080_low</Value> <Message></Message> </Entry> <Entry> <Name>1920 x 1080 - High Quality</Name> <Value>preferences_1920x1080_high</Value> <Message></Message> </Entry> <Entry> <Name>1920 x 1080 - Ultra Quality</Name> <Value>preferences_1920x1080_ultra</Value> <Message></Message> </Entry> <Entry> <Name>2560 x 1440 - Ultra Quality</Name> <Value>preferences_2560x1440_ultra</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>