diff options
author | rm <rm@FreeBSD.org> | 2012-12-12 04:02:14 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-12 04:02:14 +0800 |
commit | aa64bf2bfc34b20175ff642970523edf65379879 (patch) | |
tree | fb11daf3c8573afed54edb0c2418824b89a8b9fa /benchmarks/Makefile | |
parent | ae7c7c82374959025f9e476cb540a1fee864cfbb (diff) | |
download | freebsd-ports-gnome-aa64bf2bfc34b20175ff642970523edf65379879.tar.gz freebsd-ports-gnome-aa64bf2bfc34b20175ff642970523edf65379879.tar.zst freebsd-ports-gnome-aa64bf2bfc34b20175ff642970523edf65379879.zip |
nb - Micro-benchmarking NoSQL storage. Features include:
* Benchmarking support: tarantool, memcached, redis
* GNUPlot generation
WWW: https://github.com/mailru/nosqlbench
PR: 170347
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
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 07cb3aeb5ee4..bc87ca1843e6 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -34,6 +34,7 @@ SUBDIR += netperf SUBDIR += netperfmeter SUBDIR += netpipe + SUBDIR += nosqlbench SUBDIR += nqueens SUBDIR += nttcp SUBDIR += nuttcp |