Skip to content

Commit

Permalink
hide equal
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Jul 6, 2022
1 parent 10b2722 commit a1a98be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checks/compareGasReports.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Report {
}

// Compare two reports
static compare (update, ref, opts = { hideEqual: false }) {
static compare (update, ref, opts = { hideEqual: true }) {
// For each contract in the new report
// ... if the contract exist in the old report
// ... ... for all (unique) function names in the contract
Expand Down

0 comments on commit a1a98be

Please sign in to comment.