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
QuadRay 1.0.0
pts/quadray-1.0.0
- 08 October 2022 -
Initial commit of QuadRay SIMD ray-tracing engine.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/QuadRay-engine-20220525.tar.xz</URL> <MD5>beb798214f42931d7041a2f4b27424dc</MD5> <SHA256>9cb6804f6d156c30cfe6e50f8bcf4a137a6379f874c8c2d7204ba0ba4263b966</SHA256> <FileName>QuadRay-engine-20220525.tar.xz</FileName> <FileSize>526908</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf QuadRay-engine-20220525.tar.xz cd QuadRay-engine/root # For now only support x86_64 but other archs could be easily supported as handled by upstream... Patches to this script welcome make -f RooT_make_x64.mk -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd QuadRay-engine/root ./RooT.x64f64 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > quadray chmod +x quadray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>AVG = #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>QuadRay</Title> <AppVersion>2022.05.25</AppVersion> <Description>VectorChief's QuadRay is a real-time ray-tracing engine written to support SIMD across ARM, MIPS, PPC, and x86/x86_64 processors. QuadRay supports SSE/SSE2/SSE4 and AVX/AVX2/AVX-512 usage on Intel/AMD CPUs.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <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> <ExternalDependencies>build-utilities, xorg-development</ExternalDependencies> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>36</EnvironmentSize> <ProjectURL>https://github.com/VectorChief/QuadRay-engine/</ProjectURL> <RepositoryURL>https://github.com/VectorChief/QuadRay-engine</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>X11/extensions/Xext.h, libXext.so</SystemDependencies> </TestProfile> <TestSettings> <Default> <PostArguments> -a 4 -q -b 1000 -e 20000</PostArguments> </Default> <Option> <DisplayName>Scene</DisplayName> <Identifier>scene</Identifier> <ArgumentPrefix>-d </ArgumentPrefix> <Menu> <Entry> <Name>1</Name> <Value>1</Value> </Entry> <Entry> <Name>2</Name> <Value>2</Value> </Entry> <Entry> <Name>3</Name> <Value>3</Value> </Entry> <Entry> <Name>5</Name> <Value>5</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Resolution</DisplayName> <Identifier>resolution</Identifier> <Menu> <Entry> <Name>1080p</Name> <Value>-x 1920 -y 1080</Value> </Entry> <Entry> <Name>4K</Name> <Value>-x 3840 -y 2160</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>