v.18.16Improvement
Added --secure Parameter to Enable TLS in Benchmark Tools
Added the--securecommand line parameter inclickhouse-benchmarkandclickhouse-performance-testto enable TLS. #3688 #3690
Why it matters
This feature allows users to securely run benchmarks and performance tests over TLS-encrypted connections, enhancing data protection and security during performance evaluation.How to use it
Use the new--secure parameter when running clickhouse-benchmark or clickhouse-performance-test to enable TLS. For example:clickhouse-benchmark --secure
clickhouse-performance-test --secure