mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Added performance test to show degradation of performance in gcc-9 in more isolated way
This commit is contained in:
parent
5e942d2d79
commit
2fb71013af
17
dbms/tests/performance/empty_string_serialization.xml
Normal file
17
dbms/tests/performance/empty_string_serialization.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<test>
|
||||
<type>loop</type>
|
||||
|
||||
<stop_conditions>
|
||||
<all_of>
|
||||
<iterations>10</iterations>
|
||||
</all_of>
|
||||
</stop_conditions>
|
||||
|
||||
<!-- gcc-8 generates 20% faster code than gcc-9
|
||||
clang-8 generates more than two times slower code than gcc
|
||||
-->
|
||||
|
||||
<create_query>CREATE TABLE empty_strings (s String) ENGINE = Log;</create_query>
|
||||
<query>INSERT INTO empty_strings SELECT '' FROM numbers(100000000);</query>
|
||||
<drop_query>DROP TABLE IF EXISTS empty_strings</drop_query>
|
||||
</test>
|
Loading…
Reference in New Issue
Block a user