Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Mobile Neural Network
ACES DGEMM
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
gluxMark 1.0.3
pts/gluxmark-1.0.3
- 16 February 2014 -
Fix to install.sh script.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m1 (Plavsk)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/gluxMark2.2_src.zip</URL> <MD5>0c890fd44d86cb62b16dfabb48aee1e5</MD5> <SHA256>c936b22fcae0b74c57e0dc135c768d7747055c038754705741ca3d167d7c4121</SHA256> <FileSize>7384481</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o gluxMark2.2_src.zip cd gluxMark2.2_src/ mkdir bin 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 v5.0.0m1 (Plavsk)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>TOTAL SCORE: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m1 (Plavsk)--> <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.3</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> <DefaultEntry>0</DefaultEntry> <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> <DefaultEntry>0</DefaultEntry> <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>