summaryrefslogtreecommitdiff
path: root/benchmark/bm_so_concatenate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_so_concatenate.rb')
-rw-r--r--benchmark/bm_so_concatenate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_so_concatenate.rb b/benchmark/bm_so_concatenate.rb
index 82629688b7..56b9410632 100644
--- a/benchmark/bm_so_concatenate.rb
+++ b/benchmark/bm_so_concatenate.rb
@@ -9,7 +9,7 @@ i=0
while i<10
i+=1
hello = ''
- 400000.times do |e|
+ 4_000_000.times do |e|
hello << STUFF
end
end