klsince commented on code in PR #15376:
URL: https://github.com/apache/pinot/pull/15376#discussion_r2014618297
##########
pinot-tools/src/main/java/org/apache/pinot/tools/perf/QueryRunner.java:
##########
@@ -292,6 +294,7 @@ public static QuerySummary
singleThreadedQueryRunner(PerfBenchmarkDriverConf con
long totalBrokerTime = 0L;
long totalClientTime = 0L;
List<Statistics> statisticsList = Collections.singletonList(new
Statistics(CLIENT_TIME_STATISTICS));
+ Map<String, QueryStat> queryStatMap = new HashMap<>();
Review Comment:
maybe consider to add a feature flag to enable/disable detailed query stats,
in case the number of queries is huge
--
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]