summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-06-14 12:58:40 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-06-14 12:58:40 -0700
commitc10a3f55c025e21303e642e64bc3654607554c02 (patch)
tree861c23e0496199953d28540f2a83cae3237655d2 /bin
parente0c7dcbe986700cccd42d954a29298b5dc34b28e (diff)
downloadffi-yajl-c10a3f55c025e21303e642e64bc3654607554c02.tar.gz
add Oj.load
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ffi-yajl-bench1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ffi-yajl-bench b/bin/ffi-yajl-bench
index 3502311..5b3bf85 100755
--- a/bin/ffi-yajl-bench
+++ b/bin/ffi-yajl-bench
@@ -33,4 +33,5 @@ if opts[:profile]
FFI_Yajl::Benchmark::ParseProfileRubyProf.new().run()
else
FFI_Yajl::Benchmark::Parse.new().run()
+ FFI_Yajl::Benchmark::Encode.new().run()
end