dcapwell commented on code in PR #44:
URL: 
https://github.com/apache/cassandra-easy-stress/pull/44#discussion_r2105384421


##########
src/main/kotlin/com/rustyrazorblade/easycassstress/Metrics.kt:
##########
@@ -71,11 +71,6 @@ class Metrics(val metricRegistry: MetricRegistry, val 
reporters: List<ScheduledR
     val deletionThroughputTracker = getTracker { deletions.count }.start()
     val populateThroughputTracker = getTracker { populate.count }.start()
 
-    // Using a synchronized histogram for now, we may need to change this 
later if it's a perf bottleneck
-    val mutationHistogram = SynchronizedHistogram(2)

Review Comment:
   moved to `HdrCollector`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to