Skip to content

Commit

Permalink
Fix clutch rps
Browse files Browse the repository at this point in the history
  • Loading branch information
fdc-ntflx committed Dec 2, 2024
1 parent 325d23d commit 9fef96e
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 9fef96e

Please sign in to comment.