summaryrefslogtreecommitdiff
path: root/benchmark/prepare_so_count_words.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/prepare_so_count_words.rb')
-rw-r--r--benchmark/prepare_so_count_words.rb30
1 files changed, 15 insertions, 15 deletions
diff --git a/benchmark/prepare_so_count_words.rb b/benchmark/prepare_so_count_words.rb
index 54ea72b8ed..ee2138cdb2 100644
--- a/benchmark/prepare_so_count_words.rb
+++ b/benchmark/prepare_so_count_words.rb
@@ -1,15 +1,15 @@
-# prepare 'wc.input'
-
-def prepare_wc_input
- wcinput = File.join(File.dirname($0), 'wc.input')
- wcbase = File.join(File.dirname($0), 'wc.input.base')
- unless FileTest.exist?(wcinput)
- data = File.read(wcbase)
- 13.times{
- data << data
- }
- open(wcinput, 'w'){|f| f.write data}
- end
-end
-
-prepare_wc_input
+# prepare 'wc.input'
+
+def prepare_wc_input
+ wcinput = File.join(File.dirname($0), 'wc.input')
+ wcbase = File.join(File.dirname($0), 'wc.input.base')
+ unless FileTest.exist?(wcinput)
+ data = File.read(wcbase)
+ 13.times{
+ data << data
+ }
+ open(wcinput, 'w'){|f| f.write data}
+ end
+end
+
+prepare_wc_input