Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
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
Unigine Superposition 1.0.0
pts/unigine-super-1.0.0
- 11 April 2017 -
Initial commit.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.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> </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 cd \"C:\Program Files (x86)\Unigine\Valley Benchmark 1.0\bin\" ./Valley.exe -video_app opengl -data_path ../ -sound_app null -engine_config ../data/valley_1.0.cfg -system_script valley/unigine.cpp -video_mode -1 -extern_define PHORONIX,RELEASE \$@ > \$LOG_FILE" > unigine-valley # This assumes you will install to the default location # C:\Program Files (x86)\Unigine\ msiexec /package Unigine_Valley-1.0.exe /passive
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.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 v7.2.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Unigine Superposition</Title> <AppVersion>1.0</AppVersion> <Description>This test calculates the average frame-rate within the Valley demo for the Unigine engine, released in February 2013. This engine is extremely demanding on the system's graphics card. Unigine Valley relies upon an OpenGL GL3 Core Profile context.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>540</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>