Azat Khuzhin
307c3c92a5
Run perf tests with memory sampling (for allocations >1M)
...
This is to know the memory allocation size distribution, that can be
obtained later from left-metric-log.tsv.
This is an attempt to tune tcmalloc (new CPP version by google) to use
lock-free part of the allocator for typical allocations (and it is a bad
idea just to increase kMaxSize there, since number of allocation for
each size class is also important).
P.S. hope that this file will be applied, if no, then the same effect
can be reached by tunning defaults in Settings.h
Refs: #11590
Cc: @akuzm
2020-07-05 12:43:12 +03:00
alexey-milovidov
5382b6ce2e
Merge pull request #12126 from ClickHouse/minimal-docker-image
...
Added a showcase of minimal Docker image
2020-07-04 17:48:02 +03:00
alesapin
a2b6d58053
Merge pull request #11069 from kssenii/add-storage-rabbitmq-read-only
...
Add storage RabbitMQ
2020-07-04 10:38:50 +03:00
Alexey Milovidov
e922fb9f67
Added a comment
2020-07-04 02:01:33 +03:00
Alexey Milovidov
a41e5740a9
Added a comment
2020-07-04 01:52:19 +03:00
Alexey Milovidov
5d68bc57b9
Added a comment
2020-07-04 01:52:15 +03:00
Alexey Milovidov
08dfc140a3
Added a showcase of minimal Docker image
2020-07-04 01:45:17 +03:00
alesapin
5098df8d0b
Make skip-list optional
2020-07-03 14:15:30 +03:00
Ivan Blinkov
b81c66a031
[docker] install ca-certificates before the first apt-get update ( #12095 )
...
* [docker] install ca-certificates before first apt-get update
* Update Dockerfile
2020-07-02 22:16:21 +03:00
Alexander Kuzmenkov
9e02a0d879
Merge pull request #11991 from ClickHouse/aku/perf-partial
...
perf test: report queries with new functions separately
2020-07-02 17:12:46 +03:00
alesapin
923c7e7c2d
Remove pvs studio from images list
2020-07-02 16:19:25 +03:00
alesapin
64583ceb22
Merge branch 'master' into add-storage-rabbitmq-read-only
2020-07-02 16:08:29 +03:00
alesapin
1fb90f3811
Merge pull request #12052 from ClickHouse/test_image_changes
...
Test image changes
2020-07-02 15:01:06 +03:00
Ivan Blinkov
b9b7abe816
revert e9d3c48f56
2020-07-02 12:31:18 +03:00
Ivan Blinkov
e9d3c48f56
Update Dockerfile
2020-07-02 12:28:23 +03:00
alesapin
4c3ae82273
Better PVS image
2020-07-02 12:02:15 +03:00
Alexander Kuzmenkov
41088c3416
Merge remote-tracking branch 'origin/master' into HEAD
2020-07-02 10:13:11 +03:00
Alexander Kuzmenkov
99514a7e24
fixup
2020-07-02 10:13:02 +03:00
alesapin
f0b012c94b
Remove garbage from images
2020-07-01 23:07:11 +03:00
alesapin
29178a1df4
Don't download image twice
2020-07-01 21:51:11 +03:00
alesapin
faaf3536ea
Update deb image
2020-07-01 18:00:07 +03:00
Alexander Kuzmenkov
baec4093dd
Merge pull request #11993 from ClickHouse/aku/more-jemalloc-tweaks
...
jemalloc: set muzzy_decay_ms = 10s
2020-06-30 22:51:21 +03:00
alesapin
29c528235e
Add ability to run any image version from packager and runner
2020-06-30 16:08:12 +03:00
alesapin
4262fec1bb
Add pvs studio to images
2020-06-30 13:52:02 +03:00
alesapin
41142c5e95
Test image changes
2020-06-30 13:34:20 +03:00
Alexander Kuzmenkov
a4152cfb00
Merge remote-tracking branch 'origin/master' into HEAD
2020-06-30 08:55:56 +03:00
Alexander Kuzmenkov
588ff8fcc1
Merge pull request #11989 from ClickHouse/aku/long-perf
...
Try to enable long perf tests
2020-06-30 08:52:29 +03:00
Alexander Kuzmenkov
6d67c77e68
fixup
2020-06-29 17:09:51 +03:00
alesapin
db79278981
Fake change in dockerfile
2020-06-29 16:13:20 +03:00
alesapin
58c12a8428
Better docker images list
2020-06-29 13:52:25 +03:00
Alexander Kuzmenkov
1b49feae6b
Fixup
2020-06-29 11:29:40 +03:00
alesapin
fb891ee4eb
Revert "[experiment] maybe fix warnings in integration tests"
2020-06-28 16:20:57 +03:00
Alexander Kuzmenkov
960c455e0e
performance comparison
2020-06-27 04:15:58 +03:00
Alexander Kuzmenkov
8b82ff215f
muzzy decay 10 ms
2020-06-27 04:08:21 +03:00
Alexander Kuzmenkov
459ebf1ea0
Merge remote-tracking branch 'origin/master' into HEAD
2020-06-27 03:59:36 +03:00
Alexander Kuzmenkov
e0c4cc9135
performance comparison
2020-06-27 03:53:54 +03:00
Alexander Kuzmenkov
be57bc56d7
perf test: report queries with new functions separately
2020-06-27 03:45:00 +03:00
alesapin
ca5278b40f
Merge pull request #11903 from ClickHouse/blinkov-patch-20
...
[experiment] maybe fix warnings in integration tests
2020-06-26 15:43:54 +03:00
Alexander Kuzmenkov
41659e38ce
Update path to perf test package
2020-06-26 03:46:44 +03:00
Alexander Kuzmenkov
beb386674d
Update path to performance tests build
2020-06-26 00:58:38 +03:00
Alexander Kuzmenkov
e521d616fe
performance comparison
2020-06-25 23:42:29 +03:00
Alexander Kuzmenkov
01344d7b87
More verbose CMake in build docker
2020-06-25 22:16:48 +03:00
Alexander Kuzmenkov
593a0181bd
Merge pull request #11616 from ClickHouse/aku/perf-benchmark
...
Add concurrent benchmark to performance test
2020-06-25 09:36:52 +03:00
Alexander Kuzmenkov
58747df00c
Update docker/test/performance-comparison/perf.py
2020-06-25 09:35:21 +03:00
Alexander Kuzmenkov
4a8349cad9
Less layers in docker file
2020-06-25 09:26:10 +03:00
Alexander Kuzmenkov
63a8a8453a
Less layers in docker file
2020-06-25 09:23:25 +03:00
alesapin
3fc65b3269
Merge branch 'master' into kssenii-rabbit-mq
2020-06-24 20:14:28 +03:00
alesapin
e7ff0cb8e4
Update pvs-studio version
2020-06-24 20:02:25 +03:00
Ivan Blinkov
d154ba227c
Update Dockerfile
2020-06-24 19:33:17 +03:00
Alexander Kuzmenkov
ce36da838c
for the love of God just update this container already, i'm begging you
2020-06-24 19:12:05 +03:00