summaryrefslogtreecommitdiffstats
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.rb28
1 files changed, 14 insertions, 14 deletions
diff --git a/benchmark/bm_io_file_write.rb b/benchmark/bm_io_file_write.rb
index 05c7e7e45..3cec58c6a 100644
--- a/benchmark/bm_io_file_write.rb
+++ b/benchmark/bm_io_file_write.rb
@@ -1,14 +1,14 @@
-#
-# Seek and Write file.
-#
-
-require 'tempfile'
-
-max = 20_000
-str = "Hello world! " * 1000
-f = Tempfile.new('yarv-benchmark')
-
-max.times{
- f.seek 0
- f.write str
-}
+#
+# Seek and Write file.
+#
+
+require 'tempfile'
+
+max = 20_000
+str = "Hello world! " * 1000
+f = Tempfile.new('yarv-benchmark')
+
+max.times{
+ f.seek 0
+ f.write str
+}