An open API service indexing awesome lists of open source software.

https://github.com/altinity/clickhouse-sts

ClickHouse stress tests suite
https://github.com/altinity/clickhouse-sts

Last synced: 8 months ago
JSON representation

ClickHouse stress tests suite

Awesome Lists containing this project

README

          

# 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:

```bash
make test
```

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