Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
Recently Updated Tests
NeatBench
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
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
Cairo Performance Demos 1.0.1
pts/cairo-demos-1.0.1
- 29 April 2012 -
Update MD5 of download link.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m1 (Suldal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/cairo-demos-20120130.tar.bz2</URL> <MD5>db115a3a83cca459d4089870eff59688</MD5> <FileName>cairo-demos-20120130.tar.bz2</FileName> <FileSize>3283909</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvjf cairo-demos-20120130.tar.bz2 cd cairo-demos/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd cairo-demos/ ./\$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > cairo-perf-demos chmod +x cairo-perf-demos
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m1 (Suldal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>chart: #_RESULT_# fps</OutputTemplate> <LineBeforeHint>xlib</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m1 (Suldal)--> <PhoronixTestSuite> <TestInformation> <Title>Cairo Performance Demos</Title> <AppVersion>2012-01-30</AppVersion> <Description>The cairo-demos test is a benchmark of Cairo using a collection of Cairo demos created by Chris Wilson at Intel OSTC. This test profile tests Cairo's Xlib back-end (others could be supported upon request) expecting an existing Cairo installation on the test system.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <Executable>cairo-perf-demos</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, xorg-development, libpng-development, cairo-development</ExternalDependencies> <EnvironmentSize>13</EnvironmentSize> <ProjectURL>http://www.cairographics.org/FAQ/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments>--antialias=none --benchmark</PostArguments> </Default> <Option> <DisplayName>Demo</DisplayName> <Identifier>cairo-demo</Identifier> <Menu> <Entry> <Name>PostScript Tiger</Name> <Value>tiger-demo</Value> </Entry> <Entry> <Name>Charts</Name> <Value>chart-demo</Value> </Entry> <Entry> <Name>Gradients</Name> <Value>gradient-demo</Value> </Entry> <Entry> <Name>Fish</Name> <Value>fish-demo</Value> </Entry> <Entry> <Name>Gears</Name> <Value>gears-demo</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>