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
Deus Ex: Mankind Divided 1.0.2
pts/deus-exmd-1.0.2
- 06 March 2017 -
Set TimesToRun = 3
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m5--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/deusex-preferences-1.zip</URL> <MD5>316e99980984442883f70143797d553b</MD5> <SHA256>5c9108d7d1b4c33cfde95ff68409b6943afef679059f0ba7be15e3105d2fc4a4</SHA256> <FileSize>14117</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/337000 unzip -o deusex-preferences-1.zip echo "#!/bin/bash killall -9 DeusExMD rm -f \$DEBUG_REAL_HOME/.local/share/feral-interactive/Deus\ Ex\ Mankind\ Divided/VFS/User/AppData/Roaming/Deus\ Ex\ -\ Mankind\ Divided/*.txt . steam-env-vars.sh cat \$1.xml > \$DEBUG_REAL_HOME/.local/share/feral-interactive/Deus\ Ex\ Mankind\ Divided/preferences cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/Deus\ Ex\ Mankind\ Divided/bin sleep 4 ./DeusExMD -benchmark cat \$DEBUG_REAL_HOME/.local/share/feral-interactive/Deus\ Ex\ Mankind\ Divided/VFS/User/AppData/Roaming/Deus\ Ex\ -\ Mankind\ Divided/*.txt > \$LOG_FILE" > deus-exmd chmod +x deus-exmd
pre.sh
#!/bin/bash STEAM_GAME_ID=337000 GAME_BINARY=DeusExMD export HOME=$DEBUG_REAL_HOME steam steam://run/$STEAM_GAME_ID & sleep 10 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 v7.0.0m5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Min FPS: #_MIN_RESULT_# Max FPS: #_MAX_RESULT_# Average FPS: #_RESULT_#</OutputTemplate> <LineHint>av_fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m5--> <PhoronixTestSuite> <TestInformation> <Title>Deus Ex: Mankind Divided</Title> <Description>This is a benchmark of Deus Ex: Mankind Divided 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.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>http://store.steampowered.com/agecheck/app/337000/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Preset</DisplayName> <Identifier>preset</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>1920 x 1080 - Low Quality</Name> <Value>prefs-1080p-low</Value> <Message></Message> </Entry> <Entry> <Name>1920 x 1080 - High Quality</Name> <Value>prefs-1080p-high</Value> <Message></Message> </Entry> <Entry> <Name>1920 x 1080 - Ultra Quality</Name> <Value>prefs-1080p-ultra</Value> <Message></Message> </Entry> <Entry> <Name>2560 x 1440 - High Quality</Name> <Value>prefs-1440p-high</Value> <Message></Message> </Entry> <Entry> <Name>3840 x 2160 - Low Quality</Name> <Value>prefs-4k-low</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>