diff options
| author | furunkel <[email protected]> | 2015-04-23 22:34:22 +0200 |
|---|---|---|
| committer | furunkel <[email protected]> | 2015-04-23 22:34:22 +0200 |
| commit | 96d66f6d241374cd5b4423aab8e0a6289fdf697c (patch) | |
| tree | 2c4cc1242740114d29d8aa8798658a198439276c /tasks/benchmark.rake | |
| parent | a96b871c463591b9e8d6f0fa541665dfc2769539 (diff) | |
| download | mruby-96d66f6d241374cd5b4423aab8e0a6289fdf697c.tar.gz mruby-96d66f6d241374cd5b4423aab8e0a6289fdf697c.zip | |
Don't echo to stdout
Diffstat (limited to 'tasks/benchmark.rake')
| -rw-r--r-- | tasks/benchmark.rake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tasks/benchmark.rake b/tasks/benchmark.rake index f682f8ee1..c2f93d82d 100644 --- a/tasks/benchmark.rake +++ b/tasks/benchmark.rake @@ -30,9 +30,7 @@ def plot dat_files.each do |target_name, bm_files| p.puts target_name bm_files.each do |bm_file| - puts target_name p.write File.read(bm_file) - print File.read(bm_file) end p.puts "e" end |
