Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
Blender
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
Llama.cpp
OpenVINO
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
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
gluxMark 1.0.0
pts/gluxmark-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.stud.fit.vutbr.cz/~xvanek29/gluxmark2/app/gluxMark2.2_src.zip</URL> <MD5>e181e0e8d6dc5e6fc355c55834952fcf</MD5> <FileSize>64233148</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o gluxMark2.2_src.zip cd gluxMark2.2_src/ make bin/bench echo \$? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd gluxMark2.2_src/ ./bin/bench \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > gluxmark chmod +x gluxmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>TOTAL SCORE: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>gluxMark</Title> <AppVersion>2.2</AppVersion> <Description>This test runs gluxMark, an OpenGL 3.2 benchmark and supports OpenCL. This test is run with 4x anti-aliasing.</Description> <ResultScale>Total Score</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>glut, glew, build-utilities, sdl-development, lib3ds</ExternalDependencies> <EnvironmentSize>87.4</EnvironmentSize> <ProjectURL>http://www.stud.fit.vutbr.cz/~xvanek29/gluxmark2/</ProjectURL> <InternalTags>OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-aa 4</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-f $VIDEO_WIDTH $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Fill-Rate</Name> <Value>-t fillrate</Value> </Entry> <Entry> <Name>Fragment</Name> <Value>-t fragment</Value> </Entry> <Entry> <Name>Geometry</Name> <Value>-t geometry</Value> </Entry> <Entry> <Name>Vertex</Name> <Value>-t vertex</Value> </Entry> <Entry> <Name>Complex</Name> <Value>-t complex</Value> </Entry> <Entry> <Name>Compute</Name> <Value>-t compute</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>