Zhenyun20023 commented on code in PR #11299:
URL: https://github.com/apache/pinot/pull/11299#discussion_r1287788739


##########
pinot-tools/src/main/java/org/apache/pinot/tools/perf/QueryRunner.java:
##########
@@ -944,6 +948,16 @@ public double getAvgClientTime() {
       return _avgClientTime;
     }
 
+    public double getPercentile(double p) {

Review Comment:
   The Statistics class is a private one. 
   Having the public getPercentile() can allow external usage of the percentile 
stats. 



-- 
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