mirror of https://github.com/etcd-io/bbolt.git
This commit adds a flexible benchmarking tool to the 'bolt' CLI. It allows the user to separately specify the write mode and read mode (e.g. sequential random, etc). It also allows the user to isolate profiling to either the read or the writes. Currently the bench tool only supports "seq" read and write modes. It also does not support streaming of Bolt counters yet. Fixes #95. /cc @snormore |
||
---|---|---|
.. | ||
bench.go | ||
buckets.go | ||
buckets_test.go | ||
check.go | ||
export.go | ||
export_test.go | ||
get.go | ||
get_test.go | ||
import.go | ||
import_test.go | ||
keys.go | ||
keys_test.go | ||
main.go | ||
main_test.go | ||
pages.go | ||
set.go | ||
set_test.go |