summaryrefslogtreecommitdiff
path: root/lib/ffi_yajl
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-12-08 22:46:57 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-12-08 22:46:57 -0800
commit58da300fcf449b713905b886461fab4154df41b1 (patch)
tree84198dd3b9ffca387f97ffb18d1780c49c97a19d /lib/ffi_yajl
parentebc43d4537c6da023629b5266311995849e2f643 (diff)
downloadffi-yajl-58da300fcf449b713905b886461fab4154df41b1.tar.gz
adding new benchmarks
Diffstat (limited to 'lib/ffi_yajl')
-rw-r--r--lib/ffi_yajl/benchmark.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ffi_yajl/benchmark.rb b/lib/ffi_yajl/benchmark.rb
index 6fb929c..cd73e63 100644
--- a/lib/ffi_yajl/benchmark.rb
+++ b/lib/ffi_yajl/benchmark.rb
@@ -1,5 +1,7 @@
require 'ffi_yajl/benchmark/encode.rb'
require 'ffi_yajl/benchmark/encode_profile.rb'
-#require 'ffi_yajl/benchmark/parse.rb'
+require 'ffi_yajl/benchmark/parse.rb'
+require 'ffi_yajl/benchmark/parse_profile.rb'
+require 'ffi_yajl/benchmark/parse_profile_ruby_prof.rb'