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
VKMark 1.3.2
pts/vkmark-1.3.2
- 18 March 2023 -
GCC 13 build fix
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/vkmark-20220516.tar.xz</URL> <MD5>0795351a9827e2f55d5f5a5f6eb21c34</MD5> <SHA256>3be0bc4b62172707460a718c6714860f00a1bfb8670e21e9ae3b91799634dd77</SHA256> <FileName>vkmark-20220516.tar.xz</FileName> <FileSize>625216</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf vkmark-20220516.tar.xz cd vkmark-20220516/ cp src/scene.h src/scene.h.orig echo "#include <cstdint> #include <memory>" > src/scene.h cat src/scene.h.orig >> src/scene.h cp src/ws/swapchain_window_system.h src/ws/swapchain_window_system.h.orig echo "#include <cstdint> #include <memory>" > src/ws/swapchain_window_system.h cat src/ws/swapchain_window_system.h.orig >> src/ws/swapchain_window_system.h mkdir build meson -Dkms=false build # Limit threads as easily hitting OOM issues on Ubuntu 22.04... ninja -C build -j 4 echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd vkmark-20220516 ./build/src/vkmark \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > vkmark-run chmod +x vkmark-run
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> vkmark Score: #_RESULT_#</OutputTemplate> <LineHint>vkmark Score</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>VKMark</Title> <AppVersion>2022-05-16</AppVersion> <Description>VKMark is a collection of open-source Vulkan tests / rendering benchmarks.</Description> <ResultScale>VKMark Score</ResultScale> <Proportion>HIB</Proportion> <Executable>vkmark-run</Executable> <TimesToRun>3</TimesToRun> <PreInstallMessage>Some external dependencies needed for this test may not be currently covered by all operating systems - depending upon distribution/version. You might need to manually install extra packages; on an Ubuntu system it may include - sudo apt install libvulkan-dev libglm-dev libassimp-dev libxcb1-dev libxcb-icccm4-dev libwayland-dev libdrm-dev libgbm-dev.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.3.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, vulkan-development, meson, xorg-development</ExternalDependencies> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>122</EnvironmentSize> <ProjectURL>https://github.com/vkmark/vkmark/</ProjectURL> <RepositoryURL>https://github.com/vkmark/vkmark</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>/usr/share/pkgconfig/wayland-protocols.pc, vulkan/vk_icd.h, glm/simd/common.h, assimp/defs.h, xcb/xcb.h, xcb/xcb_icccm.h, wayland-client.h, libdrm/drm.h, gbm.h</SystemDependencies> </TestProfile> <TestSettings> <Default> <Arguments>--winsys-dir=build/src --data-dir=data</Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>--size $VIDEO_WIDTHx$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Present Mode</DisplayName> <Identifier>present-mode</Identifier> <Menu> <Entry> <Name>Mailbox</Name> <Value>-p mailbox</Value> </Entry> <Entry> <Name>Immediate</Name> <Value>-p immediate</Value> <Message>Useful for NVIDIA driver compatibility</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>