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
YafaRay 1.0.0
pts/yafaray-1.0.0
- 09 April 2020 -
Add new YafaRay release.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/YafaRay/Core/archive/v3.4.1.tar.gz</URL> <MD5>03a4740f4db11f18823a9a2cf77edfc3</MD5> <SHA256>a9155542d54e6864219919c103c705ed494c2e2fd1b2ccfaf28c7aa5951a08a4</SHA256> <FileName>Core-3.4.1.tar.gz</FileName> <FileSize>1136077</FileSize> </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> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf Core-3.4.1.tar.gz tar -xf yafarayRender-sample-1.tar.xz cd Core-3.4.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
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m2--> <PhoronixTestSuite> <TestInformation> <Title>YafaRay</Title> <AppVersion>3.4.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.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake, python, zlib-development, libpng-development, libxml2, tiff, boost-development, swig, opencv, freetype, jpeg-development, openexr</ExternalDependencies> <EnvironmentSize>6.0</EnvironmentSize> <ProjectURL>http://www.yafaray.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>