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
Serious Sam Fusion 2017 1.0.1
pts/sam2017-1.0.1
- 22 March 2017 -
Fix typo for Resolution -> Quality
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/SeriousSam2017-TFE-1.zip</URL> <MD5>2c78ba547c6883aa0a2e5a059696703b</MD5> <SHA256>07abfcd45453634b9e0a8074b9eef5870324d4fbe1caf7e9d1f15f35b6db3dbd</SHA256> <FileSize>23433</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o SeriousSam2017-TFE-1.zip HOME=$DEBUG_REAL_HOME steam steam://install/564310 cd $DEBUG_REAL_HOME/.steam/steam/steamapps/common/Serious\ Sam\ Fusion\ 2017 echo "RunAsync(function() prj_bStartupAutoDetection = 0; -- wait until start screen is shown Wait(CustomEvent(\"StartScreen_Shown\")); -- handle initial interactions gamHandleInitialInteractions(); -- use medium speed by default prj_psGameOptionPlayerSpeed = 1; -- make sure developer cheats are enabled cht_bEnableCheats = 2; -- enable the bot cht_bAutoTestBot = 1; -- optional: make bot skip terminals and QR codes bot_bSkipTerminalsAndMessages = 1; -- start a new game gam_strLevel = \"0_02_SandCanyon\" bmk_bAutoQuit = 1; bmkStartBenchmarking(3, 30); gamStart(); Wait(Delay(36)) bmkResults(); Quit(); -- wait until game ends BreakableRunHandled( WaitForever, -- if fame ended On(CustomEvent(\"GameEnded\")), function() print(\"Finished auto test bot run\"); BreakRunHandled(); end, -- if test bot failed On(CustomEvent(\"AutoTestBot_Failed\")), function() BreakRunHandled(); end ) -- quit the game after finished running the auto test bot quit(); end);" > pts-tfe-fusion-run.lua cd ~ echo "#!/bin/bash cd \$DEBUG_REAL_HOME/.steam/steam/userdata/ STEAM_ID=\`ls\` cd ~ cp -f Sam2017-\$3.ini \$DEBUG_REAL_HOME/.steam/steam/userdata/\$STEAM_ID/564310/local/SeriousSam2017.ini sed -ie \"s/3840/\$1/g\" \$DEBUG_REAL_HOME/.steam/steam/userdata/\$STEAM_ID/564310/local/SeriousSam2017.ini sed -ie \"s/2160/\$2/g\" \$DEBUG_REAL_HOME/.steam/steam/userdata/\$STEAM_ID/564310/local/SeriousSam2017.ini sed -ie \"s/OpenGL/\$4/g\" \$DEBUG_REAL_HOME/.steam/steam/userdata/\$STEAM_ID/564310/local/SeriousSam2017.ini export HOME=\$DEBUG_REAL_HOME rm -f \$HOME/.steam/steam/steamapps/common/Serious\ Sam\ Fusion\ 2017/Temp/run.txt rm -f \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Serious\ Sam\ Fusion\ 2017/Log/Sam2017.log steam -applaunch 564310 +exec pts-tfe-fusion-run.lua sleep 6 while pgrep Sam2017 > /dev/null; do sleep 1; done; sleep 4 cat \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Serious\ Sam\ Fusion\ 2017/Log/Sam2017.log > \$LOG_FILE rm -f \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Serious\ Sam\ Fusion\ 2017/Log/Sam2017.log " > sam2017 chmod +x sam2017
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>11:07:40 INF: Average: #_RESULT_# FPS (90.3 w/o extremes)</OutputTemplate> <LineHint>Average:</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0--> <PhoronixTestSuite> <TestInformation> <Title>Serious Sam Fusion 2017</Title> <Description>This is a benchmark of Serious Sam HD Fusion 2017 edition. The test profile assumes you have a Steam account, have Steam installed for the system, and that you own the game. This automates the process of executing the game and using a standardized test.</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_64</SupportedArchitectures> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>http://store.steampowered.com/app/564310/</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>Low</Value> <Message></Message> </Entry> <Entry> <Name>High</Name> <Value>High</Value> <Message></Message> </Entry> <Entry> <Name>Ultra</Name> <Value>Ultra</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>OpenGL</Name> <Value>OpenGL</Value> <Message></Message> </Entry> <Entry> <Name>Vulkan</Name> <Value>Vulkan</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>