# File lib/active_support/testing/performance.rb, line 169
        def time_with_block
          before = Time.now
          yield
          Time.now - before
        end