Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
QGears2 1.0.1
pts/qgears2-1.0.1
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/qgears2.tar.bz2, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/qgears2.tar.bz2, http://ktown.kde.org/~zrusin/examples/qgears2.tar.bz2</URL> <MD5>1a5d0f555745c397216caa551fbda305</MD5> <FileSize>274282</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -jxf qgears2.tar.bz2 cd qgears2/ chmod +w commonrenderer.cpp echo "--- commonrenderer.cpp.orig 2008-11-02 16:19:16.000000000 -0500 +++ commonrenderer.cpp 2008-11-02 16:20:33.000000000 -0500 @@ -31,6 +31,7 @@ double gear1_rotation = 35; double gear2_rotation = 24; double gear3_rotation = 33.5; +int frame_report_count = 0; #define LINEWIDTH 3 @@ -83,7 +84,13 @@ ++frame_cnt; if (FRAME_COUNT_INTERVAL == frame_cnt) + { printFrameRate(); + frame_report_count++; + } + + if(frame_report_count == 40) + exit(0); } QPainterPath CommonRenderer::gearPath(double inner_radius, double outer_radius," | patch -p0 qmake make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status cd .. echo "#!/bin/sh cd qgears2/ ./qgears \$1 \$2 > \$LOG_FILE 2>&1" > qgears2-run chmod +x qgears2-run
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>100 frames in 429 ms = #_RESULT_# FPS</OutputTemplate> <LineHint>FPS</LineHint> <MultiMatch>AVERAGE</MultiMatch> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>QGears2</Title> <Description>This test runs qgears2, which is a test written by Zack Rusin and is based upon cairogears. This test can see how well different rendering backends perform and uses Qt4.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <Executable>qgears2-run</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, qt4-development</ExternalDependencies> <EnvironmentSize>0.5</EnvironmentSize> <ProjectURL>http://zrusin.blogspot.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Rendering</DisplayName> <Identifier>render-backend</Identifier> <Menu> <Entry> <Name>CPU-based Raster</Name> <Value>-image</Value> </Entry> <Entry> <Name>XRender Extension</Name> <Value>-render</Value> </Entry> <Entry> <Name>OpenGL</Name> <Value>-gl</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Test</DisplayName> <Identifier>test-mode</Identifier> <Menu> <Entry> <Name>Gears</Name> <Value>GEARSFANCY</Value> </Entry> <Entry> <Name>Text</Name> <Value>TEXT</Value> </Entry> <Entry> <Name>Image Scaling</Name> <Value>COMPO</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>