Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
GeeXLab 1.1.0
pts/geexlab-1.1.0
- 12 May 2019 -
Update against latest upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.ozone3d.net/geexlab/dl/GeeXLab_FREE_0.28.0.0_linux64.zip</URL> <MD5>8c2c1375ee9ddaa6feb0889a4a60b0b6</MD5> <SHA256>9541ed610715500ae00f84df3ca95cebe8d449eeab88b6cd0862ed0c8c3d04fe</SHA256> <FileName>GeeXLab_FREE_0.28.0.0_linux64.zip</FileName> <FileSize>79258818</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o GeeXLab_FREE_0.28.0.0_linux64.zip echo "#!/bin/sh cd GeeXLab_FREE_linux64/ rm -f _geexlab_log.txt ./GeeXLab \$@ cat _geexlab_log.txt > \$LOG_FILE" > geexlab chmod +x geexlab
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>07:30:08(0000133) [info ] - average framerate: #_RESULT_# FPS</OutputTemplate> <LineHint>average framerate</LineHint> <ResultBeforeString>FPS</ResultBeforeString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0--> <PhoronixTestSuite> <TestInformation> <Title>GeeXLab</Title> <AppVersion>0.28.0</AppVersion> <Description>GeeXLab is a cross-platform tool for 3D programming and demo creation.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>448</EnvironmentSize> <ProjectURL>https://www.geeks3d.com/geexlab/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>/fullscreen /nogui /no_menubar /benchmark_duration_ms=15000 /benchmark_log_score</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>/width=$VIDEO_WIDTH /height=$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <ArgumentPrefix>/test=</ArgumentPrefix> <Menu> <Entry> <Name>GL2 AntTweakBar</Name> <Value>/demofile=\"./demos/AntTweakBar/demo_gl2.xml\"</Value> </Entry> <Entry> <Name>GL2 Cell Shading</Name> <Value>/demofile=\"./demos/gl21-cell-shading/main.xml\"</Value> </Entry> <Entry> <Name>GL2 Noise Animation Electric</Name> <Value>/demofile=\"./demos/shadertoy/gl21-noise-animation-electric.xml\"</Value> </Entry> <Entry> <Name>GL2 Tunnel Beauty</Name> <Value>/demofile=\"./demos/shadertoy/gl21-tunnel-beauty-8.xml\"</Value> </Entry> <Entry> <Name>GL2 Hot Tunnel DNA</Name> <Value>/demofile=\"./demos/shadertoy/gl21-hot-tunnel-dna.xml\"</Value> </Entry> <Entry> <Name>GL3 Mesh Exploder</Name> <Value>/demofile=\"./demos/gl32-arb-gs-mesh-exploder/main.xml\"</Value> </Entry> <Entry> <Name>GL3 Vertex Pool</Name> <Value>/demofile=\"./demos/vertex-pool/demo_gl3_sphere.xml\"</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>