summaryrefslogtreecommitdiff
path: root/benchmark/string_concat.yml
diff options
context:
space:
mode:
-rw-r--r--benchmark/string_concat.yml4
1 files changed, 2 insertions, 2 deletions
@@ -45,7 +45,7 @@ benchmark:
"#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}" \
"#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}" \
"#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}#{CHUNK}"
- interpolation_same_size_pool: |
buffer = "#{SHORT}#{SHORT}"
- interpolation_switching_size_pools: |
buffer = "#{SHORT}#{LONG}"