Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
HITMAN 1.0.1
pts/hitman-1.0.1
- 08 April 2019 -
Set TimesToRun = 3
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/236870 echo "#!/bin/bash killall -9 HitmanPro rm -f \$DEBUG_REAL_HOME/.local/share/feral-interactive/HITMAN/VFS/User/hitman/profiledata* . steam-env-vars.sh cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Hitman™/bin/ sleep 4 ./HitmanPro \$@ cat \$DEBUG_REAL_HOME/.local/share/feral-interactive/HITMAN/VFS/User/hitman/profiledata.txt > \$LOG_FILE" > hitman chmod +x hitman
pre.sh
#!/bin/bash STEAM_GAME_ID=236870 GAME_BINARY=HitmanPro export HOME=$DEBUG_REAL_HOME steam steam://run/$STEAM_GAME_ID & sleep 8 GAME_PID=`pgrep $GAME_BINARY | head -n1` echo '#!/bin/sh' > steam-env-vars.sh echo $GAME_PID > PIDDY 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 v8.8.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Benchmark Results: ---- CPU ---- 3941 frames #_RESULT_# Average #_MIN_RESULT_# Min #_MAX_RESULT_# Max 30.41ms Average 4.74ms Min 117.72ms Max</OutputTemplate> <LineBeforeHint>frames</LineBeforeHint> <StripFromResult>fps</StripFromResult> </ResultsParser> <ExtraData> <Identifier>cpu-frames-space-delimited</Identifier> </ExtraData> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0m2--> <PhoronixTestSuite> <TestInformation> <Title>HITMAN</Title> <Description>This is a benchmark of HITMAN on Steam. The test profile assumes you have a Steam account, have Steam installed for the system, and that you own a copy of this game. This automates the process of executing the game and using its built-in benchmark mode.</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> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>http://store.steampowered.com/app/236870/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-ao START_BENCHMARK true -ao BENCHMARK_SCENE_INDEX 1 -ao AUTO_QUIT_ENGINE 120 ConsoleCmd UI_ShowProfileData 1 ConsoleCmd EnableFPSLimiter 0 -ao FullScreen 1 ConsoleCmd settings_vsync 0 ConsoleCmd settings_SetHDR 0 </Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-ao RESOLUTION $VIDEO_WIDTHx$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Quality Level</DisplayName> <Identifier>quality</Identifier> <Menu> <Entry> <Name>Low</Name> <Value>ConsoleCmd settings_SetDetailLOD 0 ConsoleCmd settings_SetAntialiasing 0 ConsoleCmd settings_SetTextureQuality 0 ConsoleCmd settings_SetTextureFilter 0 ConsoleCmd settings_SetSSAO 0 ConsoleCmd settings_SetShadowResolution 0</Value> </Entry> <Entry> <Name>Medium</Name> <Value>ConsoleCmd settings_SetDetailLOD 1 ConsoleCmd settings_SetAntialiasing 2 ConsoleCmd settings_SetTextureQuality 1 ConsoleCmd settings_SetTextureFilter 1 ConsoleCmd settings_SetSSAO 1 ConsoleCmd settings_SetShadowResolution 1</Value> </Entry> <Entry> <Name>Ultra</Name> <Value>ConsoleCmd settings_SetDetailLOD 3 ConsoleCmd settings_SetAntialiasing 2 ConsoleCmd settings_SetTextureQuality 2 ConsoleCmd settings_SetTextureFilter 3 ConsoleCmd settings_SetSSAO 1 ConsoleCmd settings_SetShadowResolution 2</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>