mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Removed <name> from all performance tests #6179
This commit is contained in:
parent
febc935fa8
commit
3988fe7fe4
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<name>Codec DoubleDelta</name>
|
||||
|
||||
<type>loop</type>
|
||||
<stop_conditions>
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<name>Codec Gorilla</name>
|
||||
|
||||
<type>loop</type>
|
||||
<stop_conditions>
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<name>count</name>
|
||||
|
||||
<type>loop</type>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<name>Moving Sum</name>
|
||||
|
||||
<type>loop</type>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<name>merge_tree_many_partitions</name>
|
||||
<type>loop</type>
|
||||
|
||||
<create_query>CREATE TABLE bad_partitions (x UInt64) ENGINE = MergeTree PARTITION BY x ORDER BY x</create_query>
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<name>merge_tree_many_partitions_2</name>
|
||||
<type>loop</type>
|
||||
|
||||
<create_query>CREATE TABLE bad_partitions (a UInt64, b UInt64, c UInt64, d UInt64, e UInt64, f UInt64, g UInt64, h UInt64, i UInt64, j UInt64, k UInt64, l UInt64, m UInt64, n UInt64, o UInt64, p UInt64, q UInt64, r UInt64, s UInt64, t UInt64, u UInt64, v UInt64, w UInt64, x UInt64, y UInt64, z UInt64) ENGINE = MergeTree PARTITION BY x ORDER BY x</create_query>
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<name>merge_tree_simple_select</name>
|
||||
|
||||
<type>loop</type>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<name>number_formatting_formats</name>
|
||||
<type>loop</type>
|
||||
|
||||
<create_query>CREATE TABLE IF NOT EXISTS table_{format} (x UInt64) ENGINE = File(`{format}`)</create_query>
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<name>order_by_pk_order</name>
|
||||
<type>loop</type>
|
||||
|
||||
<stop_conditions>
|
||||
|
Loading…
Reference in New Issue
Block a user