aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-04-02 15:04:50 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-04-02 15:04:50 +0000
commitbe4133876a4afe6627332ce36bcf9650490ce25a (patch)
tree84ccbdaee9c8de2de7873a9675422e006a4d23aa /benchmarks/Makefile
parent9edf2931c899082768aba8e1e6b8c63f232d6c2d (diff)
downloadports-be4133876a4afe6627332ce36bcf9650490ce25a.tar.gz
ports-be4133876a4afe6627332ce36bcf9650490ce25a.zip
Add benchmarks/uperf
Unified Performance Tool (or uperf for short) is a network performance tool that supports modelling and replay of various networking patterns. It represents a new kind of benchmarking tool (like filebench) where instead of running a fixed benchmark or workload, a description (or model) of the workload is provided and the tool generates the load according to the model. PR: 226649 Submitted by: 0mp@FreeBSD.org Requested by: gnn
Notes
Notes: svn path=/head/; revision=466231
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index d6e006c51321..f3764e8873a4 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -88,6 +88,7 @@
SUBDIR += typometer
SUBDIR += ubench
SUBDIR += unixbench
+ SUBDIR += uperf
SUBDIR += vegeta
SUBDIR += webbench
SUBDIR += wrk