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
Smallpt 1.0.3
pts/smallpt-1.0.3
- 08 April 2018 -
Fix building on BSD.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/smallpt-1.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/smallpt-1.tar.gz</URL> <MD5>6f07f1c3e0dab914bcbe6dd6d14346ae</MD5> <FileSize>5756</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf smallpt-1.tar.gz if [ $OS_TYPE = "BSD" ] then export CXXFLAGS="$XXCFLAGS -Wno-narrowing -L/usr/local/lib" fi g++ -fopenmp $CXXFLAGS smallpt.cpp -o smallpt-renderer echo $? > ~/install-exit-status echo "#!/bin/sh ./smallpt-renderer 100 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > smallpt chmod +x smallpt
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Elapsed Time: #_RESULT_# Seconds</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Smallpt</Title> <AppVersion>1.0</AppVersion> <Description>Smallpt is a C++ global illumination renderer written in less than 100 lines of code. Global illumination is done via unbiased Monte Carlo path tracing and there is multi-threading support via the OpenMP library.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Global Illumination Renderer; 100 Samples</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.3</Version> <SupportedPlatforms>Linux, Solaris, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.1</EnvironmentSize> <ProjectURL>http://kevinbeason.com/smallpt/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>