Skip to content

Commit

Permalink
chore: bump gates diff (#11640)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jan 30, 2025
1 parent d120cbe commit 756b941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ jobs:
scripts/copy_from_builder ./noir-projects/gates_report.json protocol_circuits_report.json
- name: Compare gates reports
id: gates_diff
uses: noir-lang/noir-gates-diff@7e4ddaa91c69380f15ccba514eac17bc7432a8cc
uses: noir-lang/noir-gates-diff@dbe920a8dcc3370af4be4f702ca9cef29317bec1
continue-on-error: true
timeout-minutes: 1
with:
Expand Down Expand Up @@ -608,7 +608,7 @@ jobs:
scripts/copy_from_builder noir-projects/public_functions_report.json public_functions_report.json
- name: Compare public functions bytecode size reports
id: public_functions_sizes_diff
uses: noir-lang/noir-gates-diff@7e4ddaa91c69380f15ccba514eac17bc7432a8cc
uses: noir-lang/noir-gates-diff@dbe920a8dcc3370af4be4f702ca9cef29317bec1
continue-on-error: true
timeout-minutes: 1
with:
Expand Down

0 comments on commit 756b941

Please sign in to comment.