# File lib/action_controller/request_profiler.rb, line 10
      def self.benchmark(n, script)
        new(script).benchmark(n)
      end