Skip to content

Commit

Permalink
Merge pull request ClickHouse#34339 from kitaisreal/map-populate-seri…
Browse files Browse the repository at this point in the history
…es-refactoring

Function mapPopulateSeries added additional performance test
  • Loading branch information
kitaisreal authored Feb 6, 2022
2 parents e2364bb + 35235d2 commit 613c9fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/performance/map_populate_series.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<test>
<query>SELECT mapPopulateSeries(range(number), range(number)) FROM numbers(5000) FORMAT Null;</query>
<query>SELECT mapPopulateSeries(range(number), range(number), 2500) FROM numbers(5000) FORMAT Null;</query>
<query>SELECT mapPopulateSeries(map(0, 0, number, 5)) FROM numbers(5000) FORMAT Null;</query>
<query>SELECT mapPopulateSeries(map(0, 0, number, 5), 2500) FROM numbers(5000) FORMAT Null;</query>
</test>

0 comments on commit 613c9fa

Please sign in to comment.