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