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
Sunflow Rendering System 1.1.0
pts/sunflow-1.1.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://surfnet.dl.sourceforge.net/sourceforge/sunflow/sunflow-bin-v0.07.2.zip, http://switch.dl.sourceforge.net/sourceforge/sunflow/sunflow-bin-v0.07.2.zip, http://ufpr.dl.sourceforge.net/sourceforge/sunflow/sunflow-bin-v0.07.2.zip</URL> <MD5>5806cafff80db23c275203589ce2f5d4</MD5> <FileSize>1238244</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o sunflow-bin-v0.07.2.zip echo "#!/bin/sh cd sunflow if [ \$SYS_MEMORY -ge 1280 ] then JAVA_VM_MEMORY=1024M elif [ \$SYS_MEMORY -ge 768 ] then JAVA_VM_MEMORY=512M else JAVA_VM_MEMORY=256M fi java -server -Xmx\$JAVA_VM_MEMORY -jar sunflow.jar -bench > \$LOG_FILE 2>&1" > sunflow-benchmark chmod +x sunflow-benchmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>BENCH info : Benchmark results: BENCH info : * Iterations: 10 BENCH info : * Average: #_RESULT_# BENCH info : * Fastest: 6466ms BENCH info : * Longest: 7503ms BENCH info : * Deviation: 416ms</OutputTemplate> <StripFromResult>ms</StripFromResult> <DivideResultBy>1000</DivideResultBy> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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>2</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</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>