From f70db08f1790e8fd28a5327b7185dcb79dff941a Mon Sep 17 00:00:00 2001 From: vezenovm Date: Fri, 5 Apr 2024 18:21:26 +0000 Subject: [PATCH 1/2] update gates report commit --- .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 6e724b76741..719ffeba4ad 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: vezenovm/noir-gates-diff@2b14d43ddd2b5ffa9ec8dc2045485f417388d2e3 + uses: vezenovm/noir-gates-diff@126cb5f8c8713877825a7df0c3bba82bcae6af54 with: report: gates_report.json summaryQuantile: 0.9 # only display the 10% most significant circuit size diffs in the summary (defaults to 20%) From 8ae8587e6fd9da3786a325eebeb28cecb8b52098 Mon Sep 17 00:00:00 2001 From: vezenovm Date: Fri, 5 Apr 2024 18:52:39 +0000 Subject: [PATCH 2/2] update to noir-gates-diff main --- .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 719ffeba4ad..ebf17f7374c 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: vezenovm/noir-gates-diff@126cb5f8c8713877825a7df0c3bba82bcae6af54 + uses: TomAFrench/noir-gates-diff@df05f34e2ab275ddc4f2cac065df1c88f8a05e5d with: report: gates_report.json summaryQuantile: 0.9 # only display the 10% most significant circuit size diffs in the summary (defaults to 20%)