summaryrefslogtreecommitdiff
path: root/lib/ohai/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/runner.rb')
-rw-r--r--lib/ohai/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/runner.rb b/lib/ohai/runner.rb
index 5961a2cf..c5039813 100644
--- a/lib/ohai/runner.rb
+++ b/lib/ohai/runner.rb
@@ -18,7 +18,7 @@
#
require_relative "dsl"
-require "benchmark"
+require "benchmark" unless defined?(Benchmark)
module Ohai
class Runner