v.20.3Improvement
Show Nearest Query Execution Time for Quantiles in ClickHouse Benchmark Output
Show nearest query execution time for quantiles in clickhouse-benchmark output instead of interpolated values. It's better to show values that correspond to the execution time of some queries. #8712 (alexey-milovidov)Why it matters
This feature improves the accuracy and reliability of benchmark results by displaying execution times that correspond to actual query runs rather than interpolated estimates, giving users clearer insight into performance.How to use it
Useclickhouse-benchmark as usual; the output for quantile execution times will now show the nearest actual query execution time automatically without any additional configuration.