Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
Recently Updated Tests
NeatBench
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
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
YafaRay 1.1.0
pts/yafaray-1.1.0
- 28 July 2021 -
Update to YafaRay 3.5.1 upstream, add Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://github.com/YafaRay/Core/archive/refs/tags/v3.5.1.tar.gz</URL> <MD5>e3cf069a30a76370ca72d02e41a3ffec</MD5> <SHA256>a8fca4f67836e944f1f07e26effb06d760db243a997b127913b5541612467224</SHA256> <FileName>Core-3.5.1.tar.gz</FileName> <FileSize>1136405</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/yafarayRender-sample-1.tar.xz</URL> <MD5>d688b89b0883ad55ec9a2428a0e5fcb4</MD5> <SHA256>6869e8b88658594325dc743fe1c3b96e58900cf3daf2ecd632e932f2c6b6b93a</SHA256> <FileName>yafarayRender-sample-1.tar.xz</FileName> <FileSize>10744</FileSize> </Package> <Package> <URL>http://github.com/YafaRay/Core/releases/download/v3.5.1/YafaRay.v3.5.1.build.standalone.Windows.MinGW-GCC7.64bit.zip</URL> <MD5>350804dc60613b1a71d52b0021e74d42</MD5> <SHA256>ac47a7d4a49fb7a5840d08570e574b337263e9a0786168a684d69ec7be0fe0c2</SHA256> <FileName>YafaRay.v3.5.1.build.standalone.Windows.MinGW-GCC7.64bit.zip</FileName> <FileSize>29709423</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf Core-3.5.1.tar.gz tar -xf yafarayRender-sample-1.tar.xz cd Core-3.5.1 mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release ../ make -j $NUM_CPU_CORES make DESTDIR=../install install echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./Core-3.4.1/install/usr/local/bin/yafaray-xml -t \$NUM_CPU_CORES yafarayRender.xml > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > yafaray chmod +x yafaray
install_windows.sh
#!/bin/sh unzip -o YafaRay.v3.5.1.build.standalone.Windows.MinGW-GCC7.64bit.zip tar -xf yafarayRender-sample-1.tar.xz echo "#!/bin/sh ./yafaray_v3/bin/yafaray-xml.exe -t \$NUM_CPU_CORES yafarayRender.xml > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > yafaray chmod +x yafaray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <TestInformation> <Title>YafaRay</Title> <AppVersion>3.5.1</AppVersion> <Description>YafaRay is an open-source physically based montecarlo ray-tracing engine.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Total Time For Sample Scene</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake, python, zlib-development, libpng-development, libxml2, tiff, swig, opencv, freetype, jpeg-development, openexr</ExternalDependencies> <EnvironmentSize>6.0</EnvironmentSize> <ProjectURL>https://github.com/YafaRay/</ProjectURL> <RepositoryURL>https://github.com/YafaRay/Core</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>