aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_io_file_read.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_io_file_read.rb')
-rw-r--r--benchmark/bm_io_file_read.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_io_file_read.rb b/benchmark/bm_io_file_read.rb
index 2b4212db76..b9e796ed30 100644
--- a/benchmark/bm_io_file_read.rb
+++ b/benchmark/bm_io_file_read.rb
@@ -4,7 +4,7 @@
require 'tempfile'
-max = 20_000
+max = 200_000
str = "Hello world! " * 1000
f = Tempfile.new('yarv-benchmark')
f.write str