singhpk234 opened a new pull request, #1517: URL: https://github.com/apache/polaris/pull/1517
### About the change [1] Add retries (make this configurable) [2] add random delays Make 100% of the call pass ``` ======================================================================================================================== ---- Global Information -------------------------------------------------------------|---Total---|-----OK----|----KO---- > request count | 29,897 | 29,897 | 0 > min response time (ms) | 1 | 1 | - > max response time (ms) | 1,081 | 1,081 | - > mean response time (ms) | 20 | 20 | - > response time std deviation (ms) | 38 | 38 | - > response time 25th percentile (ms) | 6 | 6 | - > response time 50th percentile (ms) | 12 | 12 | - > response time 75th percentile (ms) | 24 | 24 | - > response time 99th percentile (ms) | 173 | 173 | - > mean throughput (rps) | 82.82 | 82.82 | - ---- Response Time Distribution ---------------------------------------------------------------------------------------- > OK: t < 800 ms 29,891 (99.98%) > OK: 800 ms <= t < 1200 ms 6 (0.02%) > OK: t >= 1200 ms 0 (0%) > KO 0 (0%) ======================================================================================================================== ``` -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org