summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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