Re: [PR] Add per query stats to QuerySummary in pinot-tools QueryRunner [pinot]

2025-04-04 Thread via GitHub
Jackie-Jiang merged PR #15376: URL: https://github.com/apache/pinot/pull/15376 -- 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: commits-unsubscr...@pinot

Re: [PR] Add per query stats to QuerySummary in pinot-tools QueryRunner [pinot]

2025-03-26 Thread via GitHub
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(PerfBenchmarkDri

Re: [PR] Add per query stats to QuerySummary in pinot-tools QueryRunner [pinot]

2025-03-26 Thread via GitHub
codecov-commenter commented on PR #15376: URL: https://github.com/apache/pinot/pull/15376#issuecomment-2754484025 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15376?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

[PR] Add per query stats to QuerySummary in pinot-tools QueryRunner [pinot]

2025-03-26 Thread via GitHub
yashmayya opened a new pull request, #15376: URL: https://github.com/apache/pinot/pull/15376 - Adds per query stats to `QuerySummary` in `pinot-tools` `QueryRunner` so that clients can make assertions on query execution times for each individual query rather than just the average across all