Sha256: b7e7a38f2fcc1ed3aa25a31266fda2ac04d26de1074039b0ba6ecc0364d600df
Contents?: true
Size: 370 Bytes
Versions: 5
Compression:
Stored size: 370 Bytes
Contents
module Benchmark module IPS class Job class NoopReport def start_warming end def start_running end def footer end def warming(a, b) end def warmup_stats(a, b) end def add_report(a, b) end alias_method :running, :warming end end end end
Version data entries
5 entries across 5 versions & 1 rubygems