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
- Host: GitHub
- URL: https://github.com/altinity/clickhouse-sts
- Owner: Altinity
- License: apache-2.0
- Created: 2019-04-22T14:31:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T08:12:27.000Z (almost 7 years ago)
- Last Synced: 2023-06-13T03:15:38.448Z (over 2 years ago)
- Language: Shell
- Size: 48.8 KB
- Stars: 17
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.