ClickHouse/docker
Alexander Kuzmenkov 7ba5063b7a Add concurrent benchmark to performance test
After the main test, run queries from `website.xml` in parallel using
`clickhouse-benchmark`. This can be useful to test the effects of
concurrency on performance. Comparison test can miss some effects
because it always runs queries sequentially, and many of them are even
single-threaded.
2020-06-12 00:24:56 +03:00
..
builder Add LLVM tools to Docker images 2020-04-30 15:10:32 +03:00
client Update Dockerfile 2020-06-10 22:26:25 +03:00
packager Add several boost libraries to deb image 2020-06-11 15:54:29 +03:00
server Update entrypoint.sh 2020-06-11 17:23:02 +02:00
test Add concurrent benchmark to performance test 2020-06-12 00:24:56 +03:00
images.json Add new Docker file to images.json 2020-04-24 22:31:04 +03:00
README.md Move integration tests docker files to docker/ directory. Rename image -> runner. 2020-04-17 19:01:16 +03:00

ClickHouse Dockerfiles

This directory contain Dockerfiles for clickhouse-client and clickhouse-server. They are updated in each release.

Also there is bunch of images for testing and CI. They are listed in images.json file and updated on each commit to master. If you need to add another image, place information about it into images.json.