scylladb / scylla-bench

43 stars 36 forks source link

Support for HdrHistogram. #67

Closed pveentjer closed 2 years ago

pveentjer commented 3 years ago

Add support for HdrHistogram for recording the latency distribution.

https://github.com/HdrHistogram/hdrhistogram-go

Cassandra-stress uses this library/format as well.

There are 2 big advantages of hdr histogram:

dkropachev commented 2 years ago

Implemented here - https://github.com/scylladb/scylla-bench/pull/75