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.erltosrc/. Rename if wanted. - Set
nameandcookieinconfig/vm.args, if you want to connect to an Erlang node directly. - Uncomment
driver_moduleconfiguration insys.configand renamemy_driverto your driver module. - If
print_ops_driveris used,make runshould start a dummy benchmark. - Implement the new driver operations.
- Erlang dependencies can be added to
rebar.configand torcl_bench.app.src, e.g. a client to connect to your application. - Configure driver parameters and benchmark your application.
