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.0.2
pts/glmark2-1.0.2
- 30 June 2013 -
Add jpeg-development as an external dependency.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.8.0m1 (Sokndal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/glmark2-rev276.tar.bz2</URL> <MD5>062f69a3e04c781b15e9506552482a9c</MD5> <FileSize>7668259</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -jxvf glmark2-rev276.tar.bz2 cd glmark2 ./waf configure --with-flavors=x11-gl --prefix=$HOME ./waf build ./waf install echo $? > ~/install-exit-status cd ~ rm -rf glmark2 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 v4.8.0m1 (Sokndal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>glmark2 Score: #_RESULT_#</OutputTemplate> <LineHint>glmark2 Score</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.8.0m1 (Sokndal)--> <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.0.2</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> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-s $VIDEO_WIDTHx$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>