Skip to content

Commit 65d7890

Browse files
kashbrtiKhashayar Barooti
and
Khashayar Barooti
authored
fixed the noir_gate_diff version (#7)
Co-authored-by: Khashayar Barooti <[email protected]>
1 parent bfbd006 commit 65d7890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
npm install -g bbup
2525
bbup -nv 1.0.0-beta.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@1931aaaa848a1a009363d6115293f7b7fc72bb87
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)