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 Sanctuary 1.6.1
pts/unigine-sanctuary-1.6.1
- 29 January 2015 -
Add --nox11 to Unigine Sanctuary run
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.6.0m1 (Dedilovo)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/Unigine_Sanctuary-2.3.run</URL> <MD5>1b09cc3ec2273a011b84dba390befb9c</MD5> <SHA256>28a8bbd1cb64126fadc7492304c59528c2c3ac9d53b0f1fe08a2c331703a39d5</SHA256> <FileSize>29468416</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/Unigine_Sanctuary-2.3.msi</URL> <MD5>210ace2670a368b9ece78153ac435fb9</MD5> <SHA256>ac5fd6bb29452b373d0d796d2d5cd4b122408c4e6c88be7459bbb9ae88db800c</SHA256> <FileSize>30514688</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x Unigine_Sanctuary-2.3.run ./Unigine_Sanctuary-2.3.run --nox11 echo "#!/bin/sh cd sanctuary/ export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH UNIGINE_ARGS=\$@ if [[ \$ARGS != *\"-video_fullscreen\"* ]] then UNIGINE_ARGS=\"\$UNIGINE_ARGS -video_fullscreen 1\" fi ./bin/Sanctuary -video_app opengl -data_path ../ -sound_app null -system_script sanctuary/unigine.cpp -engine_config ../data/unigine.cfg -video_mode -1 -extern_define PHORONIX \$UNIGINE_ARGS > \$LOG_FILE 2>&1" > unigine-sanctuary chmod +x unigine-sanctuary
install_windows.sh
#!/bin/sh echo "#!/bin/sh cd \"C:\Program Files (x86)\Unigine\Sanctuary\" Sanctuary.exe -video_app opengl -data_path ./ -sound_app null -engine_config data/unigine.cfg -system_script sanctuary/unigine.cpp -video_mode -1 -extern_define PHORONIX \$@ > \$LOG_FILE" > unigine-sanctuary # This assumes you will install to the default location # C:\Program Files (x86)\Unigine\Sanctuary msiexec /package Unigine_Sanctuary-2.3.msi /passive
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.6.0m1 (Dedilovo)--> <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 v5.6.0m1 (Dedilovo)--> <PhoronixTestSuite> <TestInformation> <Title>Unigine Sanctuary</Title> <AppVersion>2.3</AppVersion> <Description>This test calculates the average frame-rate within the Sanctuary demo for the Unigine engine. This engine is very demanding on the system's graphics card.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.6.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>32bit-compatibility</ExternalDependencies> <EnvironmentSize>55</EnvironmentSize> <ProjectURL>http://www.unigine.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-video_width $VIDEO_WIDTH -video_height $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Mode</DisplayName> <Identifier>mode</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Fullscreen</Name> <Value>-video_fullscreen 1</Value> </Entry> <Entry> <Name>Windowed</Name> <Value>-video_fullscreen 0</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>