summaryrefslogtreecommitdiff
path: root/lib/ffi_yajl/benchmark/parse_profile.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffi_yajl/benchmark/parse_profile.rb')
-rw-r--r--lib/ffi_yajl/benchmark/parse_profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffi_yajl/benchmark/parse_profile.rb b/lib/ffi_yajl/benchmark/parse_profile.rb
index dfcbc01..9e53729 100644
--- a/lib/ffi_yajl/benchmark/parse_profile.rb
+++ b/lib/ffi_yajl/benchmark/parse_profile.rb
@@ -24,7 +24,7 @@ module FFI_Yajl
PerfTools::CpuProfiler.start("/tmp/ffi_yajl_encode_profile.out") do
times.times {
- output = FFI_Yajl::Parser.parse(json)
+ FFI_Yajl::Parser.parse(json)
}
end
system("pprof.rb --text /tmp/ffi_yajl_encode_profile.out")