method
new
new(harness, metric)
public
Hide source
# File activesupport/lib/active_support/testing/performance.rb, line 97 def initialize(harness, metric) @harness, @metric = harness, metric end


