v.18.16Improvement

Added --secure Parameter to Enable TLS in Benchmark Tools

Added the --secure command line parameter in clickhouse-benchmark and clickhouse-performance-test to enable TLS. #3688 #3690
Added the --secure command line parameter to clickhouse-benchmark and clickhouse-performance-test to enable TLS.

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