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
rays1bench 1.0.0
pts/rays1bench-1.0.0
- 09 January 2020 -
Initial commit of rays1bench path tracer.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/rays1bench-20200109.zip</URL> <MD5>6a250418b17c1eae5bcbf4d28a34ff01</MD5> <SHA256>b849a27da3bef23bc8426341694953d3d2b445da6fe2a2f48b06bdeb79ceaa69</SHA256> <FileName>rays1bench-20200109.zip</FileName> <FileSize>2464083</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o rays1bench-20200109.zip cd rays1bench-master python3 bench.py --latest --compile-only echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd rays1bench-master python3 bench.py --latest > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > rays1bench chmod +x rays1bench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>mrays/s: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <TestInformation> <Title>rays1bench</Title> <AppVersion>2020-01-09</AppVersion> <Description>This is a test of rays1bench, a simple path-tracer / ray-tracing that supports SSE and AVX instructions, multi-threading, and other features. This test profile is measuring the performance of the "large scene" in rays1bench.</Description> <ResultScale>mrays/s</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Large Scene</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, python</ExternalDependencies> <EnvironmentSize>7</EnvironmentSize> <ProjectURL>https://github.com/montib/rays1bench</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>