Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 428 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 428 Bytes

clickhouse-sts

ClickHouse stress tests suite.

Use that benchmark to estimate maximum QPS & latencies of ClickHouse in high-concurrency scanarios - both via HTTP & native protocols.

How to use that?

You will need:

  • docker
  • make
  • bash

After that just run:

make test

it will create a docker image containing needed tools (wrk, jq, clickhouse-benchmark and control scripts), and after that run test suite.