module RBench
Public Class Methods
run(count, &block)
click to toggle source
# File lib/benchmark-interface/frontends/rbench.rb, line 60 def self.run(count, &block) BenchmarkInterface::RBenchContext.new.instance_eval &block end