Skip to content

Commit

Permalink
Fix clutch rps (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdc-ntflx authored Dec 3, 2024
1 parent 325d23d commit 880d2fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private static void logSketchSummary(DoublesSketch sketch) {
private static void logStatsSummary(DescriptiveStatistics stat, String prefix) {
log.info("{} RPS Sketch Quantiles -- Min: {}, 25th: {}, 50th: {}, 75th: {}, 99th: {}, Max: {}",
prefix,
stat.getPercentile(0),
stat.getMin(),
stat.getPercentile(25),
stat.getPercentile(50),
stat.getPercentile(75),
Expand Down

0 comments on commit 880d2fc

Please sign in to comment.