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
LuxMark 1.0.0
pts/luxmark-1.0.0
- 29 April 2012 -
Initial commit of LuxMark 2.1 Beta 1 for OpenCL benchmarking.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m1 (Suldal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.luxrender.net/release/luxmark/luxmark-linux64-v2.1beta1.zip</URL> <MD5>e356fc792b6fc0260e14f1798af68f92</MD5> <FileName>luxmark-linux64-v2.1beta1.zip</FileName> <FileSize>76331884</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o luxmark-linux64-v2.1beta1.zip echo "#!/bin/sh cd luxmark-linux64-v2.1beta1/ ./luxmark-linux64 \$@ > \$LOG_FILE 2> /dev/null echo \$? > ~/test-exit-status" > luxmark chmod +x luxmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m1 (Suldal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m1 (Suldal)--> <PhoronixTestSuite> <TestInformation> <Title>LuxMark</Title> <AppVersion>2.1beta1</AppVersion> <Description>LuxMark is a multi-platform OpenGL benchmark using LuxRender / SLG2. LuxMark supports targeting different OpenCL devices and has multiple scenes available for rendering. LuxMark is a fully open-source OpenCL program with real-world rendering examples.</Description> <ResultScale>Score</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>build-utilities, glut, freeimage, opencl</ExternalDependencies> <EnvironmentSize>191</EnvironmentSize> <ProjectURL>http://www.luxrender.net/wiki/LuxMark</ProjectURL> <InternalTags>OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--single-run</Arguments> </Default> <Option> <DisplayName>OpenCL Device</DisplayName> <Identifier>cl-device</Identifier> <ArgumentPrefix>--mode=</ArgumentPrefix> <Menu> <Entry> <Name>CPU</Name> <Value>BENCHMARK_OCL_CPU</Value> </Entry> <Entry> <Name>GPU</Name> <Value>BENCHMARK_OCL_GPU</Value> </Entry> <Entry> <Name>CPU+GPU</Name> <Value>BENCHMARK_OCL_CPUGPU</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Scene</DisplayName> <Identifier>scene</Identifier> <ArgumentPrefix>--scene=</ArgumentPrefix> <Menu> <Entry> <Name>Luxball HDR</Name> <Value>LUXBALL_HDR</Value> </Entry> <Entry> <Name>Sala</Name> <Value>SALA</Value> </Entry> <Entry> <Name>Room</Name> <Value>ROOM</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>