Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
X-Plane 1.0.1
pts/xplane11-1.0.1
- 16 June 2018 -
Windows support.
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 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 v8.0.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>FRAMERATE TEST: time=187.8, frames=1847, fps=#_RESULT_#</OutputTemplate> <LineHint>fps=</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0--> <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>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Simulator</SoftwareType> <TestType>Graphics</TestType> <License>Retail</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>openal-development, steam</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://www.x-plane.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--no_workarounds --no_sound --pref:_prefs_found=0 --pref:_is_full_ALL=1 --load_smo=Output/replays/test_flight_c4.fdr</Arguments> </Default> <Option> <DisplayName>Quality</DisplayName> <Identifier>quality-setting</Identifier> <ArgumentPrefix>--fps_test=</ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Low</Name> <Value>1</Value> <Message></Message> </Entry> <Entry> <Name>Medium</Name> <Value>2</Value> <Message></Message> </Entry> <Entry> <Name>Very High</Name> <Value>3</Value> <Message></Message> </Entry> <Entry> <Name>Very High CPU</Name> <Value>4</Value> <Message></Message> </Entry> <Entry> <Name>Very High GPU</Name> <Value>5</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <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> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>