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
Timed Mesa Compilation 1.0.0
pts/build-mesa-1.0.0
- 17 March 2021 -
Add Mesa build test.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://archive.mesa3d.org/mesa-21.0.0.tar.xz</URL> <MD5>a9ae9bf8f2de3758fe4605f8b3f571da</MD5> <SHA256>e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84</SHA256> <FileName>mesa-21.0.0.tar.xz</FileName> <FileSize>14617108</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd mesa-21.0.0 ninja -C build echo \$? > ~/test-exit-status" > build-mesa chmod +x build-mesa
interim.sh
#!/bin/sh cd mesa-21.0.0 rm -rf build/ cp -va build-meson build
post.sh
#!/bin/sh rm -rf mesa-21.0.0
pre.sh
#!/bin/sh rm -rf mesa-21.0.0 tar -xf mesa-21.0.0.tar.xz cd mesa-21.0.0 meson --buildtype=release -Dglx=gallium-xlib -Dvulkan-drivers= -Ddri-drivers= -Dgallium-drivers=swrast -Dplatforms=x11 -Dgallium-omx=disabled -Dllvm=false build cp -va build build-meson
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Timed Mesa Compilation</Title> <AppVersion>21.0</AppVersion> <Description>This test profile times how long it takes to compile Mesa with Meson/Ninja. For minimizing build dependencies and avoid versioning conflicts, test this is just the core Mesa build without LLVM or the extra Gallium3D/Mesa drivers enabled.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, python, meson, glew, xorg-development</ExternalDependencies> <ProjectURL>https://www.mesa3d.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>xcb/randr.h, X11/Xproto.h, GL/glxproto.h, X11/extensions/Xext.h, X11/Xutil.h</SystemDependencies> </TestProfile> </PhoronixTestSuite>