Skip to content

Commit

Permalink
add perf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Apr 8, 2024
1 parent b402a9b commit 07815d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/performance/function_tokens.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<test>
<query>with 'Many years later as he faced the firing squad, Colonel Aureliano Buendia was to remember that distant afternoon when his father took him to discover ice.' as s select splitByChar(' ', materialize(s)) as w from numbers(1000000)</query>
<query>with 'Many years later as he faced the firing squad, Colonel Aureliano Buendia was to remember that distant afternoon when his father took him to discover ice.' as s select splitByRegexp(' ', materialize(s)) as w from numbers(1000000)</query>
</test>

0 comments on commit 07815d9

Please sign in to comment.