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.3.1
pts/xplane9-1.3.1
- 11 February 2016 -
Update download link, add 32-bit external dependency to list
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.2.0m5--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://dev.x-plane.com/update/misc/xplane_945_timedemo.tar.bz2</URL> <MD5>e9b26a61de3e8125b4fd423b6a92d4f5</MD5> <FileSize>544758306</FileSize> <PlatformSpecific>Linux, MacOSX</PlatformSpecific> </Package> <Package> <URL></URL> <FileName>xplane_945_timedemo.zip</FileName> <FileSize>544758306</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf xplane_945_timedemo.tar.bz2 echo "#!/bin/sh cd xplane_945_timedemo/ case \$OS_TYPE in \"MacOSX\" ) ./X-Plane.app/Contents/MacOS/X-Plane \$@ ;; * ) ./X-Plane-i686 \$@ ;; esac mv Log.txt \$LOG_FILE" > xplane9 chmod +x xplane9
install_windows.sh
#!/bin/sh unzip -o xplane_945_timedemo.zip echo "#!/bin/sh cd xplane_945_timedemo/ X-Plane.exe \$@ mv Log.txt \$LOG_FILE" > xplane9
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.2.0m5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>FRAMERATE TEST phase 1:time=30frames=3174fps=#_RESULT_#</OutputTemplate> <LineHint>FRAMERATE TEST phase 1</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.2.0m5--> <PhoronixTestSuite> <TestInformation> <Title>X-Plane</Title> <AppVersion>9.45</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, but this X-Plane 9 benchmark has been kindly made available for free. X-Plane is the product of Austin Meyer and Laminar Research.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.1</Version> <SupportedPlatforms>Linux, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Simulator</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>openal-development, 32bit-compatibility</ExternalDependencies> <EnvironmentSize>855</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</Arguments> </Default> <Option> <DisplayName>Quality Setting</DisplayName> <Identifier>quality-setting</Identifier> <ArgumentPrefix>--fps_test=</ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>High</Name> <Value>2</Value> <Message></Message> </Entry> <Entry> <Name>Ultra</Name> <Value>3</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>