Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
GLmark2
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Blender
OpenFOAM
Newest Tests
PyTorch
DuckDB
easyWave
Apache Hadoop
Recently Updated Tests
OpenSSL
WebP2 Image Encode
Java SciMark
Embree
Blender
RabbitMQ
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Database Test Suite
HPC - High Performance Computing
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
BioShock Infinite 1.0.1
pts/bioshock-infinite-1.0.1
- 16 December 2015 -
Dynamically generate environ.
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/8870 echo '#!/bin/bash . steam-env-vars.sh cd $DEBUG_REAL_HOME/.steam/steam/steamapps/common/BioShock\ Infinite rm -rf $DEBUG_REAL_HOME/.local/share/irrationalgames/bioshockinfinite/GameDocuments/My\ Games/BioShock\ Infinite/Benchmarks/*.csv ./bioshock DefaultPCBenchmarkMap.xcmap -unattended $@ cat $DEBUG_REAL_HOME/.local/share/irrationalgames/bioshockinfinite/GameDocuments/My\ Games/BioShock\ Infinite/Benchmarks/*.csv > $LOG_FILE' > bioshock-infinite chmod +x bioshock-infinite
pre.sh
#!/bin/bash STEAM_GAME_ID=8870 GAME_BINARY=E.runloop export HOME=$DEBUG_REAL_HOME steam steam://run/$STEAM_GAME_ID & sleep 4 GAME_PID=`pgrep $GAME_BINARY` 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.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>XXX #_RESULT_# #_MIN_RESULT_# #_MAX_RESULT_#, Overall</OutputTemplate> <LineHint>, Overall</LineHint> <StripFromResult>,</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.2.0m1--> <PhoronixTestSuite> <TestInformation> <Title>BioShock Infinite</Title> <Description>A Steam-based test of the BioShock Infinite game.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>This test profile assumes you have the Valve Steam client already installed for your operating system / distribution and that it's installed to the standard path. Your Steam account must also be active and the game already installed. 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> <ProjectURL>http://store.steampowered.com/app/8870/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-fullscreen -noPauseOnLossOfFocus</Arguments> </Default> <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>-resx=$VIDEO_WIDTH -resy=$VIDEO_HEIGHT</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Effects Quality</DisplayName> <Identifier>effects-quality</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Low</Name> <Value>-ForceCompatLevel=2</Value> <Message></Message> </Entry> <Entry> <Name>Medium</Name> <Value>-ForceCompatLevel=3</Value> <Message></Message> </Entry> <Entry> <Name>High</Name> <Value>-ForceCompatLevel=4</Value> <Message></Message> </Entry> <Entry> <Name>Very High</Name> <Value>-ForceCompatLevel=5</Value> <Message></Message> </Entry> <Entry> <Name>Ultra</Name> <Value>-ForceCompatLevel=7</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>