Skip to content

Commit 1c16173

Browse files
authored
Merge pull request #4 from noir-lang/kb/fix_gate_diff_version
chore: fixed the noir_gate_diff version
2 parents a808793 + 63e288b commit 1c16173

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
npm install -g bbup
2525
bbup -nv 0.36.0
26+
sudo apt install libc++-dev
2627
2728
- name: Build Noir benchmark programs
2829
run: nargo export
@@ -34,7 +35,7 @@ jobs:
3435

3536
- name: Compare gates reports
3637
id: gates_diff
37-
uses: noir-lang/noir-gates-diff@7e4ddaa91c69380f15ccba514eac17bc7432a8cc
38+
uses: noir-lang/noir-gates-diff@dbe920a8dcc3370af4be4f702ca9cef29317bec1
3839
with:
3940
report: gates_report.json
4041
summaryQuantile: 0.9 # only display the 10% most significant circuit size diffs in the summary (defaults to 20%)

0 commit comments

Comments
 (0)