diff options
Diffstat (limited to 'lib/ffi_yajl')
-rw-r--r-- | lib/ffi_yajl/benchmark.rb | 4 |
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' |