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