Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Llama.cpp
Timed Linux Kernel Compilation
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
FLAC Audio Encoding
FluidX3D
QMCPACK
Liquid-DSP
Llama.cpp
srsRAN Project
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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.2.0
pts/luxmark-1.2.0
- 01 March 2018 -
Update against upstream LuxMark v3.1, add Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.luxrender.net/release/luxmark/v3.1/luxmark-linux64-v3.1.tar.bz2</URL> <MD5>3d96191f9dfd6a91f2866c309195d991</MD5> <SHA256>41756405ca55cd2c3be26bc4c95201960694ff1b28909f4c6fc54e2af9a8ca72</SHA256> <FileSize>129657456</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.luxrender.net/release/luxmark/v3.1/luxmark-windows64-v3.1.zip</URL> <MD5>9976fc5083752c6ae5f8f08fab511c3d</MD5> <SHA256>a8942606c895662a64516816e47089abe1b6ad1fbf593c7d7aeee72ff124753f</SHA256> <FileSize>122677242</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjvf luxmark-linux64-v3.1.tar.bz2 echo "#!/bin/sh cd luxmark-v3.1/ ./luxmark \$@ > \$LOG_FILE 2> /dev/null echo \$? > ~/test-exit-status" > luxmark chmod +x luxmark
install_windows.sh
#!/bin/sh unzip -o luxmark-windows64-v3.1.zip echo "#!/bin/sh cd LuxMark-v3.1 ./luxmark.exe \$@ > \$LOG_FILE" > luxmark chmod +x luxmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Score: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>LuxMark</Title> <AppVersion>3.1</AppVersion> <Description>LuxMark is a multi-platform OpenGL benchmark using LuxRender. 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.2.0</Version> <SupportedPlatforms>Linux, Windows</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> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>CPU</Name> <Value>BENCHMARK_OCL_CPU</Value> <Message></Message> </Entry> <Entry> <Name>GPU</Name> <Value>BENCHMARK_OCL_GPU</Value> <Message></Message> </Entry> <Entry> <Name>CPU+GPU</Name> <Value>BENCHMARK_OCL_CPUGPU</Value> <Message></Message> </Entry> <Entry> <Name>Hybrid GPU</Name> <Value>BENCHMARK_HYBRID_GPU</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Scene</DisplayName> <Identifier>scene</Identifier> <ArgumentPrefix>--scene=</ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Luxball HDR</Name> <Value>LUXBALL_HDR</Value> <Message></Message> </Entry> <Entry> <Name>Microphone</Name> <Value>MICROPHONE</Value> <Message></Message> </Entry> <Entry> <Name>Hotel</Name> <Value>HOTEL</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>