Commit 9ead0d1
authored
Add concatenate kernel benchmark for
# Which issue does this PR close?
- Related to #7614
# Rationale for this change
We expect #7614 to improve concat
performance, but we don't have any concat benchmarks for StringViewArray
Let's fix that
# What changes are included in this PR?
1. Add a `concat` benchmark for StringViewArray
# Are there any user-facing changes?
No this is an internal benchmarking tool onlyStringViewArray (#7617)1 parent 9e575bd commit 9ead0d1
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
148 | 162 | | |
149 | 163 | | |
150 | 164 | | |
| |||
0 commit comments