summaryrefslogtreecommitdiff
path: root/lib/ffi_yajl/benchmark/encode_profile.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-12-29 16:16:08 -0800
committerGitHub <noreply@github.com>2019-12-29 16:16:08 -0800
commita9afab8e2175276bc7ccaf5ac5d2af07a250fbff (patch)
tree265ac83193e9a63d65d3698d620d226fb6c7f67b /lib/ffi_yajl/benchmark/encode_profile.rb
parentdd0232bf6107e64321a36da3348ab8cc8e5046dd (diff)
parent63be9508b745b094aa0226bb57062547e9cf8fb9 (diff)
downloadffi-yajl-a9afab8e2175276bc7ccaf5ac5d2af07a250fbff.tar.gz
Merge pull request #105 from chef/relative
Substitute require for require_relative
Diffstat (limited to 'lib/ffi_yajl/benchmark/encode_profile.rb')
-rw-r--r--lib/ffi_yajl/benchmark/encode_profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffi_yajl/benchmark/encode_profile.rb b/lib/ffi_yajl/benchmark/encode_profile.rb
index 468f88b..153912e 100644
--- a/lib/ffi_yajl/benchmark/encode_profile.rb
+++ b/lib/ffi_yajl/benchmark/encode_profile.rb
@@ -2,7 +2,7 @@
# See MIT-LICENSE
require "rubygems"
-require "ffi_yajl"
+require_relative "../../ffi_yajl"
begin
require "perftools"
rescue LoadError