class Sidekiq::Metrics::Query::JobResult
def total_avg(metric = "ms")
def total_avg(metric = "ms") completed = totals["p"] - totals["f"] totals[metric].to_f / completed end
def total_avg(metric = "ms") completed = totals["p"] - totals["f"] totals[metric].to_f / completed end