Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
x11perf 1.1.1
pts/x11perf-1.1.1
- 29 January 2013 -
Works on BSD.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://xorg.freedesktop.org/archive/individual/app/x11perf-1.5.tar.bz2</URL> <MD5>31283bfc3c78718ac1bd71e510d4e774</MD5> <FileSize>142378</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf x11perf-1.5.tar.bz2 cd x11perf-1.5/ ./configure make -j $NUM_CPU_JOBS cd .. echo "#!/bin/sh cd x11perf-1.5/ ./x11perf \$@ > \$LOG_FILE" > x11perf chmod +x x11perf
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>2000 reps @ 17.6448 msec ( #_RESULT_# ): PutImage 500x500 square Operations / Second</OutputTemplate> <LineHint>reps @</LineHint> <StripFromResult>/sec</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <TestInformation> <Title>x11perf</Title> <AppVersion>1.5</AppVersion> <Description>x11perf is a very basic performance/regression test for X.Org.</Description> <ResultScale>Operations / Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>glut, build-utilities, xorg-development</ExternalDependencies> <EnvironmentSize>1.7</EnvironmentSize> <ProjectURL>http://www.x.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-time 30 -repeat 1</Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>500px PutImage Square</Name> <Value>-putimage500</Value> </Entry> <Entry> <Name>Scrolling 500 x 500 px</Name> <Value>-scroll500</Value> </Entry> <Entry> <Name>Fill 300 x 300px AA Trapezoid</Name> <Value>-aatrapezoid300</Value> </Entry> <Entry> <Name>500px Copy From Window To Window</Name> <Value>-copywinwin500</Value> </Entry> <Entry> <Name>500px Compositing From Pixmap To Window</Name> <Value>-comppixwin500</Value> </Entry> <Entry> <Name>500px Compositing From Window To Window</Name> <Value>-compwinwin500</Value> </Entry> <Entry> <Name>Copy 500x500 From Pixmap To Pixmap</Name> <Value>-copypixpix500</Value> </Entry> <Entry> <Name>PutImage XY 500x500 Square</Name> <Value>-putimagexy500</Value> </Entry> <Entry> <Name>Char in 80-char aa line</Name> <Value>-aa10text</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>