Maksim Kita
aabb1d04bd
Merge pull request #27190 from ClickHouse/aku/perf-settings
...
properly check the settings in perf test
2021-08-05 10:56:39 +03:00
Alexander Kuzmenkov
cfcb0e4b22
properly check the settings in perf test
2021-08-04 19:41:21 +03:00
Alexander Kuzmenkov
cfb317a9a9
Update compare.sh
2021-07-22 18:37:20 +03:00
alexey-milovidov
80eaf85301
Merge pull request #24416 from elevankoff/system-metrics
...
Common system metrics collection
2021-07-07 03:21:49 +03:00
Alexey Milovidov
7ae15fee31
Change performance test after adjusted the name of column
2021-07-05 22:08:29 +03:00
Maksim Kita
577e69898a
Compile aggregate functions perf tests fix
2021-07-05 12:17:01 +03:00
Azat Khuzhin
a471ebdabe
Fix performance tests after converting ProfileEvents to Map type
2021-06-30 21:00:36 +03:00
Maksim Kita
352e1f27ff
Update using Map datatyle in system log tables before merge
2021-06-28 14:42:21 +03:00
Maksim Kita
294b937a39
Merge branch 'system-query-log-map-type-merge' into system-querylog-map-continue
2021-06-28 11:27:59 +03:00
Alexey Milovidov
ebc2fbfd63
Performance test: be more generous
2021-06-27 03:14:42 +03:00
Alexey Milovidov
779f5eca94
Relax max test time for performance test; fix comment
2021-06-16 11:26:00 +03:00
Alexander Kuzmenkov
f9f5b7945e
fix shellcheck
2021-06-09 14:40:38 +03:00
Alexander Kuzmenkov
f4d7baaaff
Merge remote-tracking branch 'origin/aku/perf-test' into HEAD
2021-06-08 18:10:19 +03:00
Alexander Kuzmenkov
07fceb667e
fix
2021-06-08 17:12:47 +03:00
alexey-milovidov
cd2ca76b24
Update compare.sh
2021-06-06 12:57:18 +03:00
Alexander Kuzmenkov
1c5e069d0d
fixes
2021-06-04 18:27:21 +03:00
Alexander Kuzmenkov
8554cb621e
some perf test script improvements
2021-06-03 20:40:05 +03:00
Alexander Kuzmenkov
5da54c2745
calculate perf test precision thresholds from historical data
2021-05-26 16:30:43 +03:00
Alexander Kuzmenkov
a1749cf5c3
fix
2021-05-20 15:05:20 +03:00
Alexander Kuzmenkov
6afd9f84f1
longer
2021-05-19 13:25:43 +03:00
Alexander Kuzmenkov
91835369cf
fixup
2021-05-15 09:44:14 +03:00
Alexander Kuzmenkov
7719c1d933
collect profiles during warmup
2021-05-15 09:43:56 +03:00
Alexander Kuzmenkov
15564f32b2
Merge remote-tracking branch 'origin/master' into HEAD
2021-05-14 13:16:31 +03:00
Alexander Kuzmenkov
3e5f85ddd3
run short queries longer
2021-05-13 12:20:02 +03:00
Alexander Kuzmenkov
3aa919b498
fixes
2021-05-13 12:16:43 +03:00
Alexander Kuzmenkov
d7b726045a
fixes
2021-05-13 01:32:53 +03:00
Alexander Kuzmenkov
8629b29083
complain about unstable perf test queries
...
We don't want to introduce more of them. The old ones should be all marked by now.
2021-05-12 12:48:13 +03:00
Maksim Kita
d78c1f11d0
Performance tests disable compile expressions
2021-05-12 11:06:10 +03:00
hexiaoting
a1d521902c
Merge remote-tracking branch 'origin/master' into dev-continue-sundyli
2021-05-07 14:22:53 +08:00
Alexander Kuzmenkov
0c1e897e80
Merge pull request #23707 from ClickHouse/aku/perf-stable-query-index
...
stable query indexes in perf test
2021-04-28 13:06:53 +03:00
Alexander Kuzmenkov
cc0dd732d9
stable query indexes in perf test
2021-04-28 00:58:37 +03:00
Alexander Kuzmenkov
1e7fc204d8
Merge pull request #23554 from ClickHouse/aku/perf-numa-attributes
...
add numactl info to perf test run attributes
2021-04-27 14:09:57 +03:00
Alexander Kuzmenkov
bfa47f7c5f
Update compare.sh
2021-04-26 12:41:29 +03:00
Alexander Kuzmenkov
5d101336ff
fix
2021-04-26 12:39:54 +03:00
Alexander Kuzmenkov
c40a300d03
add numactl info to perf run attributes
2021-04-23 23:52:18 +03:00
Alexander Kuzmenkov
5f1c825e1d
Update compare.sh
2021-04-23 22:01:24 +03:00
Alexander Kuzmenkov
e052edc7df
Update compare.sh
2021-04-23 20:32:30 +03:00
Alexander Kuzmenkov
bcc0744adb
fix
2021-04-23 18:54:48 +03:00
Alexander Kuzmenkov
e51c844e2c
add more info to perf test report
2021-04-23 16:47:33 +03:00
Alexander Kuzmenkov
0b990c9519
Merge pull request #23514 from ClickHouse/aku/perf-test-cpu-model
...
upload cpu model to perf test db
2021-04-23 09:25:51 +03:00
Alexander Kuzmenkov
3f855cb714
more
2021-04-22 20:18:21 +03:00
Alexander Kuzmenkov
6a1414663f
upload cpu model to perf test db
2021-04-22 19:48:32 +03:00
Azat Khuzhin
6fba6f7ddd
Disable min_bytes_to_use_mmap_io by default
...
Reading files using mmap() does not have any significant benefits over
plain read() [1].
[1]: https://gist.github.com/azat/3d6c8d82bdd91e7a38d997fd6bcfd574
And not only it does not have significant benefits, it also has some
issues, due to max_server_memory_usage (default to 90% of available
RAM), since when you read files with mmap() eventually process RSS may
exceed max_server_memory_usage, and in this case any allocation will
fail (with "Memory limit exceeded (total)") error (yes kernel will
unload pages, but likely it will happens after queries will starting to
fail), like in this test [2].
[2]: https://gist.github.com/azat/4813489828162e6c2ce131963c6a1acb
TL;DR;
Note that there was also an idea to take those mmap()'ed regions in
memory tracking (#23211 ), but there are some drawbacks (since accounting
mmap() is tricky, first of all you need to account only once per inode
for file and plus kernel can unload some pages and those memory will not
be used by the server anymore).
And as an adddition to #23211 there was #23212 , that adds
max_bytes_to_use_mmap_io, but since mmap is not a subject for memory
accounting there is no need in it.
2021-04-20 00:25:16 +03:00
Alexander Kuzmenkov
2a4bcb6e3f
Merge pull request #23159 from ClickHouse/aku/merge-fusecount
...
merging sumCount fusion PR #21337
2021-04-19 16:47:13 +03:00
Azat Khuzhin
7083d126f7
Disable postgresql_port in perf tests
...
To avoid port overlaps
2021-04-17 15:28:09 +03:00
Alexander Kuzmenkov
2489b6af96
cleanup
2021-04-15 19:40:49 +03:00
alexey-milovidov
0c70b06960
Merge branch 'master' into system-querylog-map
2021-03-31 04:54:30 +03:00
Alexander Tokmakov
9925110713
rename other occurrances
2021-03-29 23:04:50 +03:00
Alexander Kuzmenkov
b0284f20c3
Merge branch 'master' into aku/laglead
2021-03-22 21:16:27 +03:00
Alexander Kuzmenkov
5ae5134147
Merge pull request #21846 from ClickHouse/aku/perf-test-error
...
more robust error handling in perf test
2021-03-22 17:18:37 +03:00