mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
More stable perf tests
This commit is contained in:
parent
50fb0ec9f6
commit
2510aed7b5
@ -62,7 +62,16 @@
|
||||
;
|
||||
</create_query>
|
||||
|
||||
<query>SELECT count() FROM nums WHERE NOT ignore({op}({arg}, {arg}))</query>
|
||||
<query>SELECT count() FROM nums WHERE NOT ignore(
|
||||
identity({op}({arg}, {arg})),
|
||||
identity({op}({arg}, {arg})),
|
||||
identity({op}({arg}, {arg})),
|
||||
identity({op}({arg}, {arg})),
|
||||
identity({op}({arg}, {arg})),
|
||||
identity({op}({arg}, {arg})),
|
||||
identity({op}({arg}, {arg})),
|
||||
identity({op}({arg}, {arg}))
|
||||
)</query>
|
||||
|
||||
<drop_query>DROP TABLE nums</drop_query>
|
||||
</test>
|
||||
|
@ -47,15 +47,15 @@
|
||||
<substitution>
|
||||
<name>table_slow</name>
|
||||
<values>
|
||||
<value>zeros(100000)</value>
|
||||
<value>zeros_mt(1000000)</value>
|
||||
<value>zeros(1000000)</value>
|
||||
<value>zeros_mt(10000000)</value>
|
||||
</values>
|
||||
</substitution>
|
||||
<substitution>
|
||||
<name>table</name>
|
||||
<values>
|
||||
<value>numbers(10000000)</value>
|
||||
<value>numbers_mt(100000000)</value>
|
||||
<value>numbers(100000000)</value>
|
||||
<value>numbers_mt(1000000000)</value>
|
||||
</values>
|
||||
</substitution>
|
||||
</substitutions>
|
||||
|
Loading…
Reference in New Issue
Block a user