class DiffBench
Public Class Methods
bm(&block)
click to toggle source
# File lib/diffbench.rb, line 222 def bm(&block) DiffBench::Bm.new(&block) end
run(*args)
click to toggle source
# File lib/diffbench.rb, line 219 def run(*args) Runner.new(*args).run end