Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
Recently Updated Tests
NeatBench
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
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
Serious Sam 3: BFE 1.0.0
pts/ss3bfe-1.0.0
- 25 June 2017 -
Initial commit for Fusion 2017 update of this game.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.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/41070 cd $DEBUG_REAL_HOME/.steam/steam/steamapps/common/Serious\ Sam\ Fusion\ 2017 echo "RunAsync(function() prj_bStartupAutoDetection = 0; men_bShowIntroCutscene = 0; men_bUseMenuSimulation = 0; -- wait until start screen is shown Wait(CustomEvent(\"StartScreen_Shown\")); -- handle initial interactions gamHandleInitialInteractions(); -- use medium speed by default men_bShowIntroCutscene = 0; men_bUseMenuSimulation = 0; 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 = \"01_CairoSquare\" bmk_bAutoQuit = 1; bmkStartBenchmarking(3, 60); 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-ss3-fusion-run.lua cd ~ echo "#!/bin/bash rm -f \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Serious\ Sam\ Fusion\ 2017/Log/Sam2017.log 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 sleep 5 steam -applaunch 564310 +exec pts-ss3-fusion-run.lua sleep 80 while pgrep Sam2017 > /dev/null; do sleep 1; done; sleep 10 cat \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Serious\ Sam\ Fusion\ 2017/Log/Sam2017.log > \$LOG_FILE " > ss3bfe chmod +x ss3bfe
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.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.2.0--> <PhoronixTestSuite> <TestInformation> <Title>Serious Sam 3: BFE</Title> <Description>This is a benchmark of Serious Sam 3: BFE with the Fusion 2017 update. 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.0</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>