summaryrefslogtreecommitdiff
path: root/lib/ffi_yajl/benchmark/encode_profile.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffi_yajl/benchmark/encode_profile.rb')
-rw-r--r--lib/ffi_yajl/benchmark/encode_profile.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ffi_yajl/benchmark/encode_profile.rb b/lib/ffi_yajl/benchmark/encode_profile.rb
index ce98a3c..f7ac7c2 100644
--- a/lib/ffi_yajl/benchmark/encode_profile.rb
+++ b/lib/ffi_yajl/benchmark/encode_profile.rb
@@ -14,7 +14,6 @@ ENV['CPUPROFILE_FREQUENCY'] = "4000"
module FFI_Yajl
class Benchmark
class EncodeProfile
-
def run
if defined?(PerfTools)
filename = File.expand_path(File.join(File.dirname(__FILE__), "subjects", "ohai.json"))
@@ -32,7 +31,6 @@ module FFI_Yajl
system("pprof.rb --text /tmp/ffi_yajl_encode_profile.out")
end
end
-
end
end
end