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
GLmark2 1.1.0
pts/glmark2-1.1.0
- 17 June 2017 -
Update against latest Git
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/glmark2-20170617.tar.gz</URL> <MD5>fabb96dcaa2981ad754643d25d31d129</MD5> <SHA256>17b10d663b22e6af5f2773ab910d8f78d0044bbd7fb1b68d64b72f44f18f7797</SHA256> <FileSize>7849054</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf glmark2-20170617.tar.gz cd glmark2-20170617 ./waf configure --with-flavors=x11-gl --prefix=$HOME ./waf build ./waf install echo $? > ~/install-exit-status cd ~ rm -rf glmark2-20170617 echo "#!/bin/sh cd bin/ ./glmark2 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > glmark2 chmod +x glmark2
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>glmark2 Score: #_RESULT_#</OutputTemplate> <LineHint>glmark2 Score</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.2.0--> <PhoronixTestSuite> <TestInformation> <Title>GLmark2</Title> <AppVersion>276</AppVersion> <Description>This is a test of Linaro's glmark2 port, currently using the X11 OpenGL 2.0 target. GLmark2 is a basic OpenGL benchmark.</Description> <ResultScale>Score</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux,</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>glut, libpng-development, python, jpeg-development</ExternalDependencies> <EnvironmentSize>59</EnvironmentSize> <ProjectURL>http://launchpad.net/glmark2</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--annotate</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-s $VIDEO_WIDTHx$VIDEO_HEIGHT</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>