1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/benchmarks/nosqlbench/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

16 lines
697 B
Plaintext

NoSQL Benchmark (nb) is a multi-threaded benchmark tool for evaluating main
database performance metrics using OLTP-alike benchmarking against
a specified workload.
Features include:
* benchmarking types: unlimited, time limited or maximum thread limited
* different threads creation policies: at once or interleaved
* key distribution supported: uniform, gaussian
* key types supported: string, u32, u64
* CSV report file generation supported (for future plot generation)
* single configuration file
* workload tests are specified in percents against a total request count
* supported database drivers: tarantool, leveldb (redis, memcached planned).
* plotter tool (CSV to GNU Plot generation)