in rspec_stats/rspec_query.rb [149:154]
def diff_percent(first, last) return unless first && last ((last['avg_time'].to_f - first['avg_time'].to_f) * 100 / first['avg_time'].to_f).to_i end