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
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
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
POV-Ray 1.0.0
system/povray-1.0.0
- 02 August 2024 -
Add system/povray version of pts/povray.
install.sh
#!/bin/sh if which povray >/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: povray is not found on the system! This test profile needs a working POV-Ray povray binary in the PATH." echo 2 > ~/install-exit-status fi echo "#!/bin/sh echo 1 | povray -benchmark > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status povray --version 2>&1 | grep official | grep POV-Ray > ~/pts-footnote" > povray chmod +x povray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Trace Time: 0 hours 2 minutes 6 seconds (#_RESULT_# seconds)</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>POV-Ray</Title> <Description>This is a test of POV-Ray, the Persistence of Vision Raytracer. POV-Ray is used to create 3D graphics using ray-tracing. This system/povray test profile relies on the OS provided POV-Ray (povray) package as opposed to the existing pts/povray test profile that builds the same version of POV-Ray from the upstream source code.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Trace Time</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> <EnvironmentSize>172</EnvironmentSize> <ProjectURL>http://www.povray.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>povray</SystemDependencies> </TestProfile> </PhoronixTestSuite>