From a9766c5e9650160bcafc693f2617e441ed47721a Mon Sep 17 00:00:00 2001 From: Maxim Vezenov Date: Wed, 10 Apr 2024 17:25:32 +0100 Subject: [PATCH] fix: Update commit for noir-gates-diff (#4773) # Description ## Problem\* Resolves [](https://github.com/noir-lang/noir/pull/4764#issuecomment-2047911499) ## Summary\* This is the noir-gates-diff PR this commit update references: https://github.com/TomAFrench/noir-gates-diff/pull/3. ## Additional Context ## Documentation\* Check one: - [ ] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [ ] I have tested the changes locally. - [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --- .github/workflows/gates_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gates_report.yml b/.github/workflows/gates_report.yml index ebf17f7374c..be55236c40f 100644 --- a/.github/workflows/gates_report.yml +++ b/.github/workflows/gates_report.yml @@ -74,7 +74,7 @@ jobs: - name: Compare gates reports id: gates_diff - uses: TomAFrench/noir-gates-diff@df05f34e2ab275ddc4f2cac065df1c88f8a05e5d + uses: vezenovm/noir-gates-diff@f80ea702d579873ff80f0261c62e2bae5203748e with: report: gates_report.json summaryQuantile: 0.9 # only display the 10% most significant circuit size diffs in the summary (defaults to 20%)