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
C-Ray 2.0.0
pts/c-ray-2.0.0
- 27 April 2024 -
Update against C-Ray 2.0 from new repository.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/jtsiomb/c-ray/releases/download/v2.0/c-ray-2.0.tar.gz</URL> <MD5>7b0987bc6a0952011ecfc16d573bf57f</MD5> <SHA256>76c1e5f3b1fa49c450cf96d587c14d7ec7d139b7b672633b0f49259119358ad9</SHA256> <FileName>c-ray-2.0.tar.gz</FileName> <FileSize>39630</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf c-ray-2.0.tar.gz cd c-ray-2.0 make echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd c-ray-2.0 ./c-ray-fast \$@ -i sphfract.scn -o output.ppm > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > c-ray chmod +x c-ray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Rendering took: 86 seconds (#_RESULT_# milliseconds)</OutputTemplate> <DivideResultBy>1000</DivideResultBy> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>C-Ray</Title> <AppVersion>2.0</AppVersion> <Description>This is a test of C-Ray, a simple multi-threaded raytracer designed to test the floating-point CPU performance.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Total Time - 4K, 16 Rays Per Pixel</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.0.0</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>6.0</EnvironmentSize> <ProjectURL>http://nuclear.mutantstargoat.com/sw/c-ray/</ProjectURL> <RepositoryURL>https://github.com/jtsiomb/c-ray</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>resolution</Identifier> <ArgumentPrefix>-s </ArgumentPrefix> <Menu> <Entry> <Name>1080p</Name> <Value>1920x1080</Value> </Entry> <Entry> <Name>4K</Name> <Value>3840x2160</Value> </Entry> <Entry> <Name>5K</Name> <Value>5120x2880</Value> <Message>Practical for high core count systems.</Message> </Entry> </Menu> </Option> <Option> <DisplayName>Rays Per Pixel</DisplayName> <Identifier>rays</Identifier> <ArgumentPrefix>-r </ArgumentPrefix> <Menu> <Entry> <Name>16</Name> <Value>16</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>