module BenchmarkInterface::Backends::BmBm

Public Class Methods

run(benchmark_set, names, options) click to toggle source
# File lib/benchmark-interface/backends/benchmark.rb, line 62
def self.run(benchmark_set, names, options)
  Bm.run benchmark_set, names, options
end