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
cairo-perf-trace 1.0.0
pts/cairo-perf-trace-1.0.0
- 29 January 2012 -
Initial import of cairo-perf-trace test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m1 (Bygland)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://cairographics.org/releases/cairo-1.10.2.tar.gz, http://pkgs.fedoraproject.org/repo/pkgs/cairo/cairo-1.10.2.tar.gz/f101a9e88b783337b20b2e26dfd26d5f/cairo-1.10.2.tar.gz, http://fossies.org/unix/misc/cairo-1.10.2.tar.gz</URL> <MD5>f101a9e88b783337b20b2e26dfd26d5f</MD5> <FileName>cairo-1.10.2.tar.gz</FileName> <FileSize>23558405</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/cairo-traces-20120129.tar.bz2</URL> <MD5>b3b094f683b3092ed03744afb9aacbae</MD5> <FileName>cairo-traces-20120129.tar.bz2</FileName> <FileSize>22643479</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvzf cairo-1.10.2.tar.gz cd cairo-1.10.2/ ./configure make -j $NUM_CPU_JOBS cd perf/ make cairo-perf-trace echo $? > ~/install-exit-status cd ../.. tar -xvjf cairo-traces-20120129.tar.bz2 echo "#!/bin/sh ./cairo-1.10.2/perf/cairo-perf-trace -v -i 1 cairo-traces-201201129/\$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > cairo-perf-trace chmod +x cairo-perf-trace
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m1 (Bygland)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[ 0] xlib test 49.295 #_RESULT_# 0.00% 1/1</OutputTemplate> <LineHint>xlib</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m1 (Bygland)--> <PhoronixTestSuite> <TestInformation> <Title>cairo-perf-trace</Title> <AppVersion>1.10.2</AppVersion> <Description>The cairo-perf-trace test is a benchmark bundled with the upstream Cairo package. This test profile tests Cairo's Xlib back-end using a few of the tests from the cairo-traces repository on FreeDesktop.org</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, xorg-development</ExternalDependencies> <EnvironmentSize>190</EnvironmentSize> <ProjectURL>http://www.cairographics.org/FAQ/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Cairo Trace</DisplayName> <Identifier>cairo-trace</Identifier> <Menu> <Entry> <Name>Firefox Canvas</Name> <Value>firefox-canvas</Value> </Entry> <Entry> <Name>GNOME Terminal Vim</Name> <Value>gnome-terminal-vim</Value> </Entry> <Entry> <Name>Poppler</Name> <Value>poppler</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>