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
Batman: Arkham Origins 1.6.1
pts/batman-origins-1.6.1
- 20 June 2019 -
Fix for quitting after Steam Play recently borked it.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/batman-arkham-origins-config-1.zip</URL> <MD5>baa176aaa93fe9927bb407fbcd80a443</MD5> <SHA256>92e5d6b46491a36a4722eb97e7b0a84c2ab97d7292281fe3b2d94c5fe7d8dce5</SHA256> <FileName>batman-arkham-origins-config-1.zip</FileName> <FileSize>1077</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/209000 unzip -o batman-arkham-origins-config-1.zip cp -f GFXSettings.BatmanArkhamOrigins.xml $DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/209000/pfx/drive_c/users/steamuser/My\ Documents/WB\ Games/Batman\ Arkham\ Origins/ echo "#!/bin/bash rm -f \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Batman\ Arkham\ Origins/SinglePlayer/BMGame/Logs/benchmark.log cp -f GFXSettings.BatmanArkhamOrigins.xml \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/209000/pfx/drive_c/users/steamuser/My\ Documents/WB\ Games/Batman\ Arkham\ Origins/ HOME=\$DEBUG_REAL_HOME steam -applaunch 209000 Benchmark ResX=\$1 ResY=\$2 sleep 30 while [ ! -f \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Batman\ Arkham\ Origins/SinglePlayer/BMGame/Logs/benchmark.log ] do sleep 2 done killall -9 BatmanOrigins.e killall -9 BatmanOrigins.exe cat \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Batman\ Arkham\ Origins/SinglePlayer/BMGame/Logs/benchmark.log > \$LOG_FILE" > batman-origins chmod +x batman-origins
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Min = #_MIN_RESULT_# Max = #_MAX_RESULT_# Avg = #_RESULT_#</OutputTemplate> <LineHint>Avg =</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.1--> <PhoronixTestSuite> <TestInformation> <Title>Batman: Arkham Origins</Title> <Description>This is a benchmark of >Batman: Arkham Origins running under Steam Play (Proton) on Linux. The test profile assumes you have a Steam account, have Steam installed for the system, and that Batman: Arkham Origins is already purchased/installed. 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.6.1</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/agecheck/app/209000/</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> </TestSettings> </PhoronixTestSuite>