Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
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
clear_gl 1.0.0
stefandoesinger/clear_gl-1.0.0
- 20 January 2014 -
Initial commit
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://chello084112174163.20.11.vie.surfer.at/~stefan/pts/clear_gl.exe</URL> <MD5>d065e877b2ecc6f68a956cb372a8c1d1</MD5> <FileSize>8192</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://chello084112174163.20.11.vie.surfer.at/~stefan/pts/clear_gl.bin</URL> <MD5>afa07b14aedb47333c727595f87f5c9f</MD5> <FileSize>11874</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh ./clear_gl.bin 15 > \$LOG_FILE" > clear_gl chmod a+x clear_gl chmod a+x clear_gl.bin
install_windows.sh
#!/bin/sh echo "#!/bin/sh clear_gl.exe 15 > \$LOG_FILE" > clear_gl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>frames per second: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <TestInformation> <Title>clear_gl</Title> <AppVersion>1.0</AppVersion> <Description>This runs Stefan Dösinger's tiny GL glClear overhead benchmark</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Windows, Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Unverified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://www.invalid.com</ProjectURL> <Maintainer>Stefan Dösinger</Maintainer> </TestProfile> </PhoronixTestSuite>