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.1
stefandoesinger/clear_gl-1.0.1
- 26 April 2017 -
Add a sleep to work around a php+wine bug
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://stefandoesinger.ddns.net/pts/clear_gl.exe</URL> <MD5>d065e877b2ecc6f68a956cb372a8c1d1</MD5> <FileSize>8192</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://stefandoesinger.ddns.net/pts/clear_gl.bin</URL> <MD5>031e89366be146ba0565fc665f2675de</MD5> <FileSize>13168</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 ping 127.0.0.1 -n %PHPSLEEP% > NUL clear_gl.exe 15 > \$LOG_FILE" > clear_gl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>frames per second: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0m1--> <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.1</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>