summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-04-29 08:56:26 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-08-07 02:40:01 +0000
commit9e9d84f60dbe5c74c3ea03dff185ce22eba69a96 (patch)
treebe0e32646104bc4567e942d6fc9b0a8733561ff5 /benchmarks/Makefile
parentsecurity/nss: update to 3.69 (diff)
benchmarks/vkpeak: add new port
vkpeak is a synthetic benchmarking tool to measure peak capabilities of Vulkan devices. It only measures the peak metrics that can be achieved using vector operations and does not represent a real-world use case. https://github.com/nihui/vkpeak
Diffstat (limited to '')
-rw-r--r--benchmarks/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 71f2f9bbe3d4..d45d58ee2676 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -102,6 +102,7 @@
SUBDIR += uperf
SUBDIR += vegeta
SUBDIR += vkmark
+ SUBDIR += vkpeak
SUBDIR += webbench
SUBDIR += wrk