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
Mad Max 1.0.0
pts/madmax-1.0.0
- 30 March 2017 -
Initial commit
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/madmax-prefs-2.tar.bz2</URL> <MD5>c2f72e81cf8361d7f252598dc9425cc7</MD5> <SHA256>0fdf9b699483e07a70fdf69bc1572b1b3b3d0965069d10082ce677915058ed2b</SHA256> <FileSize>2367</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/234140 tar -xjvf madmax-prefs-2.tar.bz2 mkdir -p $DEBUG_REAL_HOME/.local/share/feral-interactive/Mad\ Max cp -f prefs-* $DEBUG_REAL_HOME/.local/share/feral-interactive/Mad\ Max echo "#!/bin/bash ORIG_HOME=\$HOME . steam-env-vars.sh rm -f \$DEBUG_REAL_HOME/.local/share/feral-interactive/Mad Max/VFS/User/AppData/Roaming/WB Games/Mad\ Max/FeralBenchmark/* cd \$DEBUG_REAL_HOME/.local/share/feral-interactive/Mad\ Max cp -f \$3 preferences sed -ie \"s/3840/\$1/g\" preferences sed -ie \"s/2160/\$2/g\" preferences if [ \"X\$4\" = \"XOPENGL\" ] then sed -i 's/<value name=\"UseVulkan\" type=\"integer\">1<\/value>/<value name=\"UseVulkan\" type=\"integer\">0<\/value>/' preferences fi cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Mad\ Max/bin ./MadMax --feral-benchmark \$PHP_BIN \$ORIG_HOME/mad-max-parser.php > \$LOG_FILE rm -f \$DEBUG_REAL_HOME/.local/share/feral-interactive/Mad Max/VFS/User/AppData/Roaming/WB Games/Mad\ Max/FeralBenchmark/*" > madmax chmod +x madmax
pre.sh
#!/bin/bash STEAM_GAME_ID=234140 GAME_BINARY=MadMax export HOME=$DEBUG_REAL_HOME steam steam://run/$STEAM_GAME_ID & sleep 5 GAME_PID=`pgrep $GAME_BINARY | tail -1` echo '#!/bin/sh' > steam-env-vars.sh echo "# PID: $GAME_PID" >> 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 killall -9 MadMax
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Camp-HollowPoint: #_MIN_RESULT_# #_RESULT_# #_MAX_RESULT_#</OutputTemplate> <LineHint>Camp-HollowPoint</LineHint> <AppendToArgumentsDescription>Scene: Camp Hollow Point</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Stronghold-TyrantsLash: #_MIN_RESULT_# #_RESULT_# #_MAX_RESULT_#</OutputTemplate> <LineHint>Stronghold-TyrantsLash</LineHint> <AppendToArgumentsDescription>Scene: Stronghold</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Cutscene-HopeGloryandDogisDead: #_MIN_RESULT_# #_RESULT_# #_MAX_RESULT_#</OutputTemplate> <LineHint>Cutscene-HopeGloryandDogisDead</LineHint> <AppendToArgumentsDescription>Scene: Hope, Glory, and Dog is Dead</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Cutscene-Landmover: #_MIN_RESULT_# #_RESULT_# #_MAX_RESULT_#</OutputTemplate> <LineHint>Cutscene-Landmover</LineHint> <AppendToArgumentsDescription>Scene: Landmover</AppendToArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.1--> <PhoronixTestSuite> <TestInformation> <Title>Mad Max</Title> <Description>This is a benchmark of Mad Max 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>1</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/234140/</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>Graphics Preset</DisplayName> <Identifier>graphics-preset</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Normal</Name> <Value>prefs-normal</Value> <Message></Message> </Entry> <Entry> <Name>High</Name> <Value>prefs-high</Value> <Message></Message> </Entry> <Entry> <Name>Very High</Name> <Value>prefs-very-high</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Vulkan</Name> <Value>VULKAN</Value> <Message></Message> </Entry> <Entry> <Name>OpenGL</Name> <Value>OPENGL</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>