mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
performance comparison
This commit is contained in:
parent
0a9c49beee
commit
627dfe103f
@ -100,7 +100,7 @@ function run_tests
|
||||
# changes.
|
||||
test_prefix=$([ "$PR_TO_TEST" == "0" ] && echo left || echo right)/performance
|
||||
|
||||
for x in {test-times,skipped-tests}.tsv
|
||||
for x in {test-times,skipped-tests,wall-clock-times}.tsv
|
||||
do
|
||||
rm -v "$x" ||:
|
||||
touch "$x"
|
||||
|
@ -9,7 +9,8 @@
|
||||
<substitution>
|
||||
<name>aggregationscale_all</name>
|
||||
<values>
|
||||
<value>1111111</value>
|
||||
<value>5555555</value>
|
||||
<value>555555</value>
|
||||
<value>111111</value>
|
||||
<value>11111</value>
|
||||
</values>
|
||||
@ -24,8 +25,8 @@
|
||||
<substitution>
|
||||
<name>aggregationscale_big</name>
|
||||
<values>
|
||||
<value>1111111</value>
|
||||
<value>111111</value>
|
||||
<value>5555555</value>
|
||||
<value>555555</value>
|
||||
</values>
|
||||
</substitution>
|
||||
</substitutions>
|
||||
|
Loading…
Reference in New Issue
Block a user