summaryrefslogtreecommitdiffstats
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.rb30
1 files changed, 15 insertions, 15 deletions
diff --git a/benchmark/bm_io_file_read.rb b/benchmark/bm_io_file_read.rb
index 488a4e90a..2b4212db7 100644
--- a/benchmark/bm_io_file_read.rb
+++ b/benchmark/bm_io_file_read.rb
@@ -1,15 +1,15 @@
-#
-# Seek and Read file.
-#
-
-require 'tempfile'
-
-max = 20_000
-str = "Hello world! " * 1000
-f = Tempfile.new('yarv-benchmark')
-f.write str
-
-max.times{
- f.seek 0
- f.read
-}
+#
+# Seek and Read file.
+#
+
+require 'tempfile'
+
+max = 20_000
+str = "Hello world! " * 1000
+f = Tempfile.new('yarv-benchmark')
+f.write str
+
+max.times{
+ f.seek 0
+ f.read
+}