Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
SVT-AV1
nginx
PostgreSQL
FFmpeg
Newest Tests
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
GROMACS
Recently Updated Tests
Apache CouchDB
PostgreSQL
NAMD
Apache Cassandra
Opus Codec Encoding
ParaView
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
Metro 2033 Redux 1.0.0
pts/metro2033-redux-1.0.0
- 10 January 2015 -
Initial commit of Metro 2033 Redux test profile.
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/286690 echo $? > ~/install-exit-status echo '#!/bin/sh cd $DEBUG_REAL_HOME/.steam/steam/steamapps/common/Metro\ 2033\ Redux HOME=$DEBUG_REAL_HOME LIBFRAMETIME_FILE=$LOG_FILE LD_PRELOAD=$TEST_EXTENDS/libframetime/libframetime.so ./metro -benchmark benchmarks\\\\benchmark33 -bench_runs 1 -close_on_finish' > metro2033-redux chmod +x metro2033-redux
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.6.0m0 (Dedilovo)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>libframetime-output</OutputTemplate> </ResultsParser> <ExtraData> <Identifier>libframetime-output</Identifier> </ExtraData> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.6.0m0 (Dedilovo)--> <PhoronixTestSuite> <TestInformation> <Title>Metro 2033 Redux</Title> <Description>A Steam-based test of the Metro 2033 Redux game.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>This test profile assumes you have the Valve Steam client already installed for your operating system / distribution and that it's installed to the standard path. Your Steam account must also be active and the game already installed. 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, x86_64</SupportedArchitectures> <Extends>pts/libframetime</Extends> <EnvironmentSize>7000</EnvironmentSize> <ProjectURL>http://store.steampowered.com/app/286690/</ProjectURL> <RequiresCoreVersionMin>5500</RequiresCoreVersionMin> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>