Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Sunflow Rendering System 1.1.3
pts/sunflow-1.1.3
- 11 October 2020 -
Sunflow update download mirrors.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://netactuate.dl.sourceforge.net/project/sunflow/sunflow-bin/v0.07.2/sunflow-bin-v0.07.2.zip, http://managedway.dl.sourceforge.net/project/sunflow/sunflow-bin/v0.07.2/sunflow-bin-v0.07.2.zip, http://kumisystems.dl.sourceforge.net/project/sunflow/sunflow-bin/v0.07.2/sunflow-bin-v0.07.2.zip</URL> <MD5>5806cafff80db23c275203589ce2f5d4</MD5> <SHA256>10b812de7a74938297b49916307e60817437814122151a9ae32925f396c02702</SHA256> <FileName>sunflow-bin-v0.07.2.zip</FileName> <FileSize>1238244</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o sunflow-bin-v0.07.2.zip echo "#!/bin/sh cd sunflow java -jar sunflow.jar -bench > \$LOG_FILE 2>&1" > sunflow-benchmark chmod +x sunflow-benchmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>BENCH info : Benchmark results: BENCH info : * Iterations: 10 BENCH info : * Average: #_RESULT_# BENCH info : * Fastest: #_MIN_RESULT_# BENCH info : * Longest: #_MAX_RESULT_# BENCH info : * Deviation: 416ms</OutputTemplate> <StripFromResult>ms</StripFromResult> <DivideResultBy>1000</DivideResultBy> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m3--> <PhoronixTestSuite> <TestInformation> <Title>Sunflow Rendering System</Title> <AppVersion>0.07.2</AppVersion> <Description>This test runs benchmarks of the Sunflow Rendering System. The Sunflow Rendering System is an open-source render engine for photo-realistic image synthesis with a ray-tracing core.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Global Illumination + Image Synthesis</SubTitle> <Executable>sunflow-benchmark</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.3</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>java</ExternalDependencies> <EnvironmentSize>1.3</EnvironmentSize> <ProjectURL>http://sunflow.sourceforge.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>