pkolaczk / latte

Latency Tester for Apache Cassandra
Apache License 2.0
176 stars 19 forks source link

Improved sampling #88

Closed pkolaczk closed 3 months ago

pkolaczk commented 3 months ago

Previously switching to the next sample could only happen at the moment of completing a cycle. If the db didn't respond for a longer period of time, the samples collected were of unequal sizes or weren't recorded at all.

Now the timer for sampling (chunking) ticks independently of the workload progress.