Simplification of basho_bench
that can be used to benchmark total throughput and
latencies of operations of any custom-defined workload.
make results
Produces a summary graph in current/summary.png
.
- Copy
examples/print_ops_driver.erl
tosrc/
. Rename if wanted. - Set
name
andcookie
inconfig/vm.args
, if you want to connect to an Erlang node directly. - Uncomment
driver_module
configuration insys.config
and renamemy_driver
to your driver module. - If
print_ops_driver
is used,make run
should start a dummy benchmark. - Implement the new driver operations.
- Erlang dependencies can be added to
rebar.config
and torcl_bench.app.src
, e.g. a client to connect to your application. - Configure driver parameters and benchmark your application.