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
X-Plane 1.1.2
pts/xplane11-1.1.2
- 10 April 2020 -
Add per-frame reporting.
install.sh
#!/bin/sh HOME=$DEBUG_REAL_HOME steam steam://install/269950 cd $DEBUG_REAL_HOME/.steam/steam/steamapps/common/X-Plane\ 11 echo "269950" > steam_appid.txt cd ~ echo "#!/bin/sh #Workaround for 11.50 beta fail rm -f \$DEBUG_REAL_HOME/.local/share/vulkan/implicit_layer.d/steam*.json cd \$DEBUG_REAL_HOME/.steam/steam/steamapps/common/X-Plane\ 11 HOME=\$DEBUG_REAL_HOME ./X-Plane-x86_64 \$@ mv Log.txt \$LOG_FILE" > xplane11 chmod +x xplane11
install_windows.sh
#!/bin/sh steam steam://install/269950 cd "C:\Program Files (x86)\Steam\steamapps\common\X-Plane 11" echo "269950" > steam_appid.txt cd ~ echo "#!/bin/sh cd \"C:\Program Files (x86)\Steam\steamapps\common\X-Plane 11\" ./X-Plane.exe \$@ mv Log.txt \$LOG_FILE" > xplane11 chmod +x xplane11
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>FRAMERATE TEST: time=187.8, frames=1847, fps=#_RESULT_#</OutputTemplate> <LineHint>fps=</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>FRAME 12: CPU: 1.292760 GPU: 0.007053 Total: #_RESULT_# Time: 8.948935</OutputTemplate> <LineHint>FRAME </LineHint> <ResultBeforeString>Total:</ResultBeforeString> <MultiMatch>REPORT_ALL</MultiMatch> <MultiplyResultBy>1000</MultiplyResultBy> <ResultScale>ms</ResultScale> <ResultProportion>LIB</ResultProportion> <AppendToArgumentsDescription>Per Frame Timing</AppendToArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m2--> <PhoronixTestSuite> <TestInformation> <Title>X-Plane</Title> <AppVersion>11</AppVersion> <Description>This is a test of X-Plane, a realistic multi-platform flight simulator designed for personal computers. This is commercial closed-source software and relies upon the Steam version.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.2</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Simulator</SoftwareType> <TestType>Graphics</TestType> <License>Retail</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>steam</ExternalDependencies> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://www.x-plane.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--no_workarounds --verbose --no_sound --pref:_prefs_found=0 --pref:_is_full_ALL=1 --load_smo=Output/replays/test_flight_c4.fdr</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>--pref:_x_res_full_ALL=$VIDEO_WIDTH --pref:_y_res_full_ALL=$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Quality</DisplayName> <Identifier>quality-setting</Identifier> <ArgumentPrefix>--fps_test=</ArgumentPrefix> <Menu> <Entry> <Name>Low</Name> <Value>1</Value> </Entry> <Entry> <Name>Medium</Name> <Value>2</Value> </Entry> <Entry> <Name>High</Name> <Value>3</Value> </Entry> <Entry> <Name>Very High</Name> <Value>4</Value> </Entry> <Entry> <Name>Extreme</Name> <Value>5</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <Menu> <Entry> <Name>OpenGL</Name> <Value>--opengl</Value> </Entry> <Entry> <Name>Vulkan</Name> <Value>--vulkan</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>