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
drawprim_gl 1.0.0
stefandoesinger/drawprim_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/drawprim_gl.exe</URL> <MD5>08c28deae3614ea1046f6e233bcffe07</MD5> <FileSize>11264</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://chello084112174163.20.11.vie.surfer.at/~stefan/pts/drawprim_gl.bin</URL> <MD5>f975b46fbc267db01517aeaa21ce19fb</MD5> <FileSize>16934</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh ./drawprim_gl.bin 15 > \$LOG_FILE" > drawprim_gl chmod a+x drawprim_gl chmod a+x drawprim_gl.bin
install_windows.sh
#!/bin/sh echo "#!/bin/sh drawprim_gl.exe 15 > \$LOG_FILE" > drawprim_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>drawprim_gl</Title> <AppVersion>1.0</AppVersion> <Description>This runs Stefan Dösinger's tiny GL DrawPrimitive 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>