Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Unigine Superposition 1.0.3
pts/unigine-super-1.0.3
- 27 February 2018 -
Result parser fixes for Windows.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://sp-assets.unigine.com/d/Unigine_Superposition-1.0.run</URL> <MD5>51f6fd0adf388d180dd3fede476f4b04</MD5> <SHA256>c46c87b74dae78cfcd6b4cdb14c53077ea3d3c6d88774b67abaa4994295b936d</SHA256> <FileSize>1640630596</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://sp-assets.unigine.com/d/Unigine_Superposition-1.0.exe</URL> <FileSize>1640630596</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x Unigine_Superposition-1.0.run ./Unigine_Superposition-1.0.run --nox11 echo "#!/bin/sh cd Unigine_Superposition-1.0/ rm -f ~/.Superposition/automation/log*.txt ./bin/superposition -video_app opengl -sound_app openal -system_script superposition/system_script.cpp -data_path ../ -engine_config ../data/superposition/unigine.cfg -video_mode -1 -project_name Superposition -video_resizable 1 -console_command \"config_readonly 1 && world_load superposition/superposition\" -mode 2 -preset 0 \$@ cat ~/.Superposition/automation/log*.txt > \$LOG_FILE" > unigine-super chmod +x unigine-super
install_windows.sh
#!/bin/sh echo "#!/bin/sh rm -rf /cygdrive/c/Users/*/Superposition/automation/* cd \"C:\Program Files\Unigine\Superposition Benchmark\bin\" ./Superposition.exe -video_app opengl -sound_app openal -system_script superposition/system_script.cpp -data_path ../ -engine_config ../data/superposition/unigine.cfg -video_mode -1 -project_name Superposition -video_resizable 1 -console_command \"config_readonly 1 && world_load superposition/superposition\" -mode 2 -preset 0 \$@ cat /cygdrive/c/Users/*/Superposition/automation/* > \$LOG_FILE" > unigine-super # This assumes you will install to the default location # C:\Program Files (x86)\Unigine\ msiexec /package Unigine_Superposition-1.0.exe /passive
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>FPS: #_RESULT_# Min FPS: #_MIN_RESULT_# Max FPS: #_MAX_RESULT_# Score: 10213.3 </OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Unigine Superposition</Title> <AppVersion>1.0</AppVersion> <Description>This test calculates the average frame-rate within the Superposition demo for the Unigine engine, released in 2017. This engine is extremely demanding on the system's graphics card.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.3</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>2600</EnvironmentSize> <ProjectURL>http://www.unigine.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <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>-video_width $VIDEO_WIDTH -video_height $VIDEO_HEIGHT</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Mode</DisplayName> <Identifier>mode</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Fullscreen</Name> <Value>-video_fullscreen 1</Value> <Message></Message> </Entry> <Entry> <Name>Windowed</Name> <Value>-video_fullscreen 0</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Quality</DisplayName> <Identifier>quality</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Low</Name> <Value>-shaders_quality 0 -textures_quality 0</Value> <Message></Message> </Entry> <Entry> <Name>Medium</Name> <Value>-shaders_quality 1 -textures_quality 1</Value> <Message></Message> </Entry> <Entry> <Name>High</Name> <Value>-shaders_quality 2 -textures_quality 2</Value> <Message></Message> </Entry> <Entry> <Name>Ultra</Name> <Value>-shaders_quality 3 -textures_quality 2</Value> <Message></Message> </Entry> <Entry> <Name>Extreme</Name> <Value>-shaders_quality 4 -textures_quality 2</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>