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.0.0
pts/vkmark-1.0.0
- 26 December 2017 -
Initial commit of Vulkan VkMark from GitHub
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/vkmark-20171226.zip</URL> <MD5>6f817ef488c410703c42d9527ea2f968</MD5> <SHA256>64705c21d7b1964ee08c40d5a3bbb595a849243adf94148c0e95dfc6fc6c1987</SHA256> <FileSize>824425</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o vkmark-20171226.zip cd vkmark cd GL_vs_VK-git-20170605/ git submodule update --init mkdir build meson build ninja -C build echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd vkmark ./build/src/vkmark --winsys-dir=build/src --data-dir=data \$@ > \$LOG_FILE" > vkmark-run chmod +x vkmark-run
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.6.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> vkmark Score: #_RESULT_#</OutputTemplate> <LineHint>vkmark Score</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.6.0--> <PhoronixTestSuite> <TestInformation> <Title>VKMark</Title> <AppVersion>2017-12-26</AppVersion> <Description>VKMark is a collection of Vulkan tests/benchmarks.</Description> <ResultScale>VKMark Score</ResultScale> <Proportion>HIB</Proportion> <Executable>vkmark-run</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</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> <EnvironmentSize>112</EnvironmentSize> <ProjectURL>https://github.com/vkmark/vkmark</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>