Skip to content

Commit

Permalink
Fix wrong data in report
Browse files Browse the repository at this point in the history
  • Loading branch information
kanongil committed Nov 7, 2018
1 parent b411b8e commit 0f2d7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/bench.js
Expand Up @@ -99,8 +99,8 @@ Suite
row.push(
'',
formats.number(previousRun.hz),
${formats.percentage(s.rme)} %`,
formats.integer(s.size),
${formats.percentage(previousRun.rme)} %`,
formats.integer(previousRun.size),
'',
isSignificant
? Chalk[difference > 0 ? 'green' : 'red'](formattedDifference)
Expand Down

0 comments on commit 0f2d7f5

Please sign in to comment.