summaryrefslogtreecommitdiff
path: root/bench/bench.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-03-10 22:50:20 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2013-03-10 22:50:20 +0100
commite1e83b07d027a2b2796dedc1f5a515950d26b322 (patch)
tree30ba97b2a342ff58e2b5f423bd6f2f85908d254f /bench/bench.rb
parent36e9155f13308236387c535a5bbb95bb188dc8a5 (diff)
parentfc16be24d48f8a729ac987149f98f19725943e0d (diff)
downloadcoderay-e1e83b07d027a2b2796dedc1f5a515950d26b322.tar.gz
Merge branch 'master' into fix-rdoc
Diffstat (limited to 'bench/bench.rb')
-rw-r--r--bench/bench.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench.rb b/bench/bench.rb
index 45dc5b0..1889eed 100644
--- a/bench/bench.rb
+++ b/bench/bench.rb
@@ -108,7 +108,7 @@ N.times do
$file_created = here('test.' +
($dump_output ? 'dump' : $hl.file_extension))
File.open($file_created, 'wb') do |f|
- f.write $o
+ # f.write $o
end
Dir.chdir(here) do
FileUtils.copy 'test.dump', 'example.dump' if $dump_output