Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
Qmlbench 1.1.0
pts/qmlbench-1.1.0
- 02 March 2021 -
Update against latest upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/qmlbench-20210302.tar.xz</URL> <MD5>0fcdf15409884fc5f6b465400631fa0d</MD5> <SHA256>f6cfbb7a2acd71c818dcf1b2fdf395830dbd4153c73dfd9688f8957abdf2c6c6</SHA256> <FileName>qmlbench-20210302.tar.xz</FileName> <FileSize>4021368</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf qmlbench-20210302.tar.xz cd qmlbench-20210302 qmake make echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd qmlbench-20210302 ./src/qmlbench \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > qmlbench chmod +x qmlbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Average: #_RESULT_# frames; using samples; MedianAll=317; StdDev=3.36155, CoV=0.0105909</OutputTemplate> <LineHint>Average</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <TestInformation> <Title>Qmlbench</Title> <AppVersion>2021-03-02</AppVersion> <Description>This test runs various micro-benchmarks of Qt5 QML.</Description> <ResultScale>Frames</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, qt5-development</ExternalDependencies> <EnvironmentSize>12</EnvironmentSize> <ProjectURL>https://code.qt.io/cgit/qt-labs/qmlbench.git/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <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> <Menu> <Entry> <Name>Moving Images Animations</Name> <Value>benchmarks/auto/animations/comparison/moving-images-animations.qml</Value> </Entry> <Entry> <Name>Canvas Text Simple</Name> <Value>benchmarks/auto/canvas/canvas_text_simple.qml</Value> </Entry> <Entry> <Name>Changing Over Isolated</Name> <Value>benchmarks/auto/changes/changing_over_isolated.qml</Value> </Entry> <Entry> <Name>Creation Delegates Flow</Name> <Value>benchmarks/auto/creation/layouts/delegates_flow.qml</Value> </Entry> <Entry> <Name>Fib10</Name> <Value>benchmarks/auto/js/fib10.qml</Value> </Entry> <Entry> <Name>Delegates Canvas FBO Threaded</Name> <Value>benchmarks/auto/creation/quick.canvas/delegates_canvas_fbo_threaded.qml</Value> </Entry> <Entry> <Name>Delegates Canvas FBO Threaded</Name> <Value>benchmarks/auto/creation/quick.transforms/delegates_item_scaled.qml</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>