Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Hashcat
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
Cairo Performance Demos 1.0.2
pts/cairo-demos-1.0.2
- 27 September 2020 -
Deprecate test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <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 v10.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>chart: #_RESULT_# fps</OutputTemplate> <LineBeforeHint>xlib</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <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.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Deprecated</Status> <ExternalDependencies>build-utilities, xorg-development, libpng-development, cairo-development</ExternalDependencies> <RequiresDisplay>TRUE</RequiresDisplay> <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>