aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_app_erb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_app_erb.rb')
-rw-r--r--benchmark/bm_app_erb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_app_erb.rb b/benchmark/bm_app_erb.rb
index e58b7a34a1..77c66a7949 100644
--- a/benchmark/bm_app_erb.rb
+++ b/benchmark/bm_app_erb.rb
@@ -5,7 +5,7 @@
require 'erb'
data = DATA.read
-max = 5_000
+max = 15_000
title = "hello world!"
content = "hello world!\n" * 10