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.3.1
pts/unigine-heaven-1.3.1
- 29 August 2011 -
Add Windows Unigine Heaven 2.5 support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.4.0m3 (Lillesand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://78.47.135.172/Unigine_Heaven-2.5.run, http://getfr2.no-ip.org/pub/dc/software/unigine/Unigine_Heaven-2.5.run</URL> <MD5>7a601ece38c092fcbe285dd89ad7bad0</MD5> <FileName>Unigine_Heaven-2.5.run</FileName> <FileSize>246471569</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://getfr2.no-ip.org/pub/dc/software/unigine/Unigine_Heaven-2.5.exe</URL> <MD5>42d352e7fc70eea527b8059e86d43f15</MD5> <FileName>Unigine_Heaven-2.5.exe</FileName> <FileSize>241351168</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x Unigine_Heaven-2.5.run ./Unigine_Heaven-2.5.run echo "#!/bin/sh cd Unigine_Heaven-2.5/ export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH if [ \$OS_ARCH = \"x86_64\" ] then ./bin/Heaven_x64 -video_app opengl -data_path ../ -sound_app null -engine_config ../data/heaven_2.5.cfg -system_script heaven/unigine.cpp -video_mode -1 -video_fullscreen 1 -extern_define PHORONIX \$@ > \$LOG_FILE 2>&1 else ./bin/Heaven_x86 -video_app opengl -data_path ../ -sound_app null -engine_config ../data/heaven_2.5.cfg -system_script heaven/unigine.cpp -video_mode -1 -video_fullscreen 1 -extern_define PHORONIX \$@ > \$LOG_FILE 2>&1 fi" > unigine-heaven chmod +x unigine-heaven
install_windows.sh
#!/bin/sh echo "#!/bin/sh cd \"C:\Program Files (x86)\Unigine\Heaven\" Heaven.exe -video_app opengl -data_path ./ -sound_app null -engine_config data/heaven_2.5.cfg -system_script heaven/unigine.cpp -video_mode -1 -video_fullscreen 1 -extern_define PHORONIX \$@ > \$LOG_FILE" > unigine-heaven # This assumes you will install to the default location # C:\Program Files (x86)\Unigine\Heaven ./Unigine_Heaven-2.5.exe /SILENT
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.4.0m3 (Lillesand)--> <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 v3.4.0m3 (Lillesand)--> <PhoronixTestSuite> <TestInformation> <Title>Unigine Heaven</Title> <AppVersion>2.5</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.3.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>300</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>