Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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 Heaven 1.5.2
pts/unigine-heaven-1.5.2
- 13 February 2013 -
Fix directory name.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m2 (Forsand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/Unigine_Heaven-4.0.run</URL> <MD5>1c4d068307302bd4571478a416dba51d</MD5> <FileSize>286329188</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x Unigine_Heaven-4.0.run ./Unigine_Heaven-4.0.run echo "#!/bin/sh cd Unigine_Heaven-4.0/ export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH if [ \$OS_ARCH = \"x86_64\" ] then export LD_LIBRARY_PATH=./bin/x64/:\$LD_LIBRARY_PATH ./bin/heaven_x64 -video_app opengl -data_path ../ -sound_app null -engine_config ../data/heaven_4.0.cfg -system_script heaven/unigine.cpp -video_mode -1 -video_fullscreen 1 -extern_define PHORONIX,RELEASE \$@ > \$LOG_FILE 2>&1 else export LD_LIBRARY_PATH=./bin/x86/:\$LD_LIBRARY_PATH ./bin/heaven_x86 -video_app opengl -data_path ../ -sound_app null -engine_config ../data/heaven_4.0.cfg -system_script heaven/unigine.cpp -video_mode -1 -video_fullscreen 1 -extern_define PHORONIX,RELEASE \$@ > \$LOG_FILE 2>&1 fi" > unigine-heaven chmod +x unigine-heaven
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m2 (Forsand)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Frames: 6073 FPS: #_RESULT_# Unigine~# quit</OutputTemplate> <LineBeforeHint>Frames</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m2 (Forsand)--> <PhoronixTestSuite> <TestInformation> <Title>Unigine Heaven</Title> <AppVersion>4.0</AppVersion> <Description>This test calculates the average frame-rate within the Heaven demo for the Unigine engine. This engine is extremely demanding on the system's graphics card.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>350</EnvironmentSize> <ProjectURL>http://www.unigine.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-video_width $VIDEO_WIDTH -video_height $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>