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 Valley 1.1.7
pts/unigine-valley-1.1.7
- 17 July 2018 -
Windows installer updates.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/Unigine_Valley-1.0.run, http://assets.unigine.com/d/Unigine_Valley-1.0.run</URL> <MD5>186268c769db82f51a01cc8e0810752f</MD5> <SHA256>5f0c8bd2431118551182babbf5f1c20fb14e7a40789697240dcaf546443660f4</SHA256> <FileName>Unigine_Valley-1.0.run</FileName> <FileSize>412652951</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://assets.unigine.com/d/Unigine_Valley-1.0.exe</URL> <MD5>e217bebb15b3c4a05f425f9d512a788d</MD5> <SHA256>58cba86cca7e37044015c86a1af0056f782516780fa7424d4282cac1bb4125de</SHA256> <FileName>Unigine_Valley-1.0.exe</FileName> <FileSize>385226169</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x Unigine_Valley-1.0.run ./Unigine_Valley-1.0.run --nox11 echo "#!/bin/sh cd Unigine_Valley-1.0/ export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH UNIGINE_ARGS=\$@ if [[ \$UNIGINE_ARGS != *\"-video_fullscreen\"* ]] then UNIGINE_ARGS=\"\$UNIGINE_ARGS -video_fullscreen 1\" fi if [[ \$UNIGINE_ARGS != *\"-video_app\"* ]] then UNIGINE_ARGS=\"\$UNIGINE_ARGS -video_app opengl\" fi if [ \$OS_ARCH = \"x86_64\" ] then export LD_LIBRARY_PATH=./bin/x64/:\$LD_LIBRARY_PATH ./bin/valley_x64 -data_path ../ -sound_app null -engine_config ../data/valley_1.0.cfg -system_script valley/unigine.cpp -video_mode -1 -extern_define PHORONIX,RELEASE \$UNIGINE_ARGS > \$LOG_FILE 2>&1 else export LD_LIBRARY_PATH=./bin/x86/:\$LD_LIBRARY_PATH ./bin/valley_x86 -data_path ../ -sound_app null -engine_config ../data/valley_1.0.cfg -system_script valley/unigine.cpp -video_mode -1 -extern_define PHORONIX,RELEASE \$UNIGINE_ARGS > \$LOG_FILE 2>&1 fi" > unigine-valley chmod +x unigine-valley
install_windows.sh
#!/bin/sh echo "#!/bin/sh cd \"C:\Program Files (x86)\Unigine\Valley Benchmark 1.0\bin\" ./Valley.exe -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\ ./Unigine_Valley-1.0.exe /passive
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m0--> <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 v8.2.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Unigine Valley</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 3 core profile context.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.7</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, 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> <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> <Menu> <Entry> <Name>Fullscreen</Name> <Value>-video_fullscreen 1</Value> </Entry> <Entry> <Name>Windowed</Name> <Value>-video_fullscreen 0</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <Menu> <Entry> <Name>OpenGL</Name> <Value>-video_app opengl</Value> </Entry> <Entry> <Name>D3D9</Name> <Value>-video_app direct3d9</Value> </Entry> <Entry> <Name>D3D11</Name> <Value>-video_app direct3d11</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>