lib/endeca/benchmarking.rb in endeca-1.3.8 vs lib/endeca/benchmarking.rb in endeca-1.4.0
- old
+ new
@@ -1,6 +1,4 @@
-require 'benchmark'
-
module Endeca
module Benchmarking
# Log and benchmark the workings of a single block. Will only be called if
# Endeca.debug and Endeca.benchmark are true.
def bm(metric_symbol, detail = nil)