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.1.0
pts/luxmark-1.1.0
- 25 March 2015 -
Update against upstream LuxMark v3.0.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.6.0 (Dedilovo)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.luxrender.net/release/luxmark/v3.0/luxmark-linux64-v3.0.tar.bz2</URL> <MD5>b78ed89bd35486124c6141c25a76ab01</MD5> <SHA256>805a130682fee23b7042ca7c0667870ae984f09a6dcc0820be325e84cc5e58c2</SHA256> <FileSize>129046163</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjvf luxmark-linux64-v3.0.tar.bz2 echo "#!/bin/sh cd luxmark-v3.0/ ./luxmark \$@ > \$LOG_FILE 2> /dev/null echo \$? > ~/test-exit-status" > luxmark chmod +x luxmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.6.0 (Dedilovo)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Score: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.6.0 (Dedilovo)--> <PhoronixTestSuite> <TestInformation> <Title>LuxMark</Title> <AppVersion>3.0</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.1.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, opencl</ExternalDependencies> <EnvironmentSize>230</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> <DefaultEntry>0</DefaultEntry> <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> <Entry> <Name>Hybrid GPU</Name> <Value>BENCHMARK_HYBRID_GPU</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Scene</DisplayName> <Identifier>scene</Identifier> <ArgumentPrefix>--scene=</ArgumentPrefix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Luxball HDR</Name> <Value>LUXBALL_HDR</Value> </Entry> <Entry> <Name>Microphone</Name> <Value>MICROPHONE</Value> </Entry> <Entry> <Name>Hotel</Name> <Value>HOTEL</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>