module Benchmark

Public Class Methods

driver(**args, &block) click to toggle source
# File lib/benchmark_driver.rb, line 12
def Benchmark.driver(**args, &block)
  BenchmarkDriver::RubyInterface.run(**args, &block)
end