summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2009-10-21 12:40:01 +0200
committerFlorian Frank <flori@ping.de>2009-10-26 22:58:08 +0100
commit14aac9965e031a481f032537c88a1ea40d42eabf (patch)
tree0da0e9fe4ec0efb8d660f80271a67cd9b1c68bd4 /Rakefile
parentac628582df3e55c1a2a75ca6b5a49af447e52022 (diff)
downloadjson-14aac9965e031a481f032537c88a1ea40d42eabf.tar.gz
start to use a faster string buffer
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e2f950c..edb3731 100644
--- a/Rakefile
+++ b/Rakefile
@@ -158,12 +158,14 @@ desc "Benchmarking parser"
task :benchmark_parser do
ENV['RUBYOPT'] = "-Ilib:ext #{ENV['RUBYOPT']}"
myruby 'benchmarks/parser_benchmark.rb'
+ myruby 'benchmarks/parser2_benchmark.rb'
end
desc "Benchmarking generator"
task :benchmark_generator do
ENV['RUBYOPT'] = "-Ilib:ext #{ENV['RUBYOPT']}"
myruby 'benchmarks/generator_benchmark.rb'
+ myruby 'benchmarks/generator2_benchmark.rb'
end
desc "Benchmarking library"