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
Deus Ex: Mankind Divided 1.1.0
pts/deus-exmd-1.1.0
- 23 May 2017 -
Updated preferences file from Feral
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/deusex-preferences-2.zip</URL> <MD5>f980d64ebc73a1f1a45e4d7d07aeaf3c</MD5> <SHA256>be8fa87c453731b89778a989c8e24d23e16eb22111eb5ec7c0798ff14ec9b591</SHA256> <FileSize>5960</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/337000 unzip -o deusex-preferences-2.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.2.0m2--> <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.2.0m2--> <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.1.0</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>