mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed performance test
This commit is contained in:
parent
8ee7478804
commit
935b223f95
@ -2,7 +2,7 @@
|
||||
<name>number_formatting_formats</name>
|
||||
<type>loop</type>
|
||||
|
||||
<create_query>CREATE TABLE IF NOT EXISTS table_{format} (x UInt64) ENGINE = File({format})</create_query>
|
||||
<create_query>CREATE TABLE IF NOT EXISTS table_{format} (x UInt64) ENGINE = File(`{format}`)</create_query>
|
||||
|
||||
<stop_conditions>
|
||||
<all_of>
|
||||
|
Loading…
Reference in New Issue
Block a user