From a1a98bed72ee9119a4f6ec3cfc884883adcef128 Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Wed, 6 Jul 2022 23:43:03 +0200 Subject: [PATCH] hide equal --- scripts/checks/compareGasReports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checks/compareGasReports.js b/scripts/checks/compareGasReports.js index d0ca66266f0..bf8413ece92 100755 --- a/scripts/checks/compareGasReports.js +++ b/scripts/checks/compareGasReports.js @@ -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