Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Blender
PostgreSQL
Timed Linux Kernel Compilation
Stress-NG
AOM AV1
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Recently Updated Tests
Stress-NG
Llama.cpp
NCNN
srsRAN Project
VVenC
x265
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
Metro: Last Light Redux 1.0.0
pts/metroll-redux-1.0.0
- 10 January 2015 -
Initial commit of Metro Last Light Redux game
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/287390 echo $? > ~/install-exit-status echo '#!/bin/sh cd $DEBUG_REAL_HOME/.steam/steam/steamapps/common/Metro\ Last\ Light\ Redux HOME=$DEBUG_REAL_HOME LIBFRAMETIME_FILE=$LOG_FILE LD_PRELOAD=$TEST_EXTENDS/libframetime/libframetime.so ./metro -benchmark benchmarks\\\\benchmark -bench_runs 1 -close_on_finish' > metroll-redux chmod +x metroll-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: Last Light Redux</Title> <Description>A Steam-based test of the Metro: Last Light 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>Unverified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <Extends>pts/libframetime</Extends> <EnvironmentSize>7000</EnvironmentSize> <ProjectURL>http://store.steampowered.com/app/287390/</ProjectURL> <RequiresCoreVersionMin>5500</RequiresCoreVersionMin> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>