diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-12-27 20:22:44 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-12-27 20:22:44 +0800 |
commit | 4b79f1f039ebc86a102fd40adb13184f6a563201 (patch) | |
tree | 198da96b922d0fd7696ff06815431db6cf4860b0 /benchmarks/Makefile | |
parent | 801730772cf70ed5ae697461e754f2a52b92c213 (diff) | |
download | freebsd-ports-gnome-4b79f1f039ebc86a102fd40adb13184f6a563201.tar.gz freebsd-ports-gnome-4b79f1f039ebc86a102fd40adb13184f6a563201.tar.zst freebsd-ports-gnome-4b79f1f039ebc86a102fd40adb13184f6a563201.zip |
benchmarks/vkmark: add new port
vkmark is an extensible Vulkan benchmarking suite with targeted,
configurable scenes.
https://github.com/vkmark/vkmark
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index d3064e816fe0..645d42b0ec2c 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -102,6 +102,7 @@ SUBDIR += unixbench SUBDIR += uperf SUBDIR += vegeta + SUBDIR += vkmark SUBDIR += webbench SUBDIR += wrk |