We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbd006 commit 65d7890Copy full SHA for 65d7890
.github/workflows/benchmark.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
npm install -g bbup
25
bbup -nv 1.0.0-beta.0
26
+ sudo apt install libc++-dev
27
28
- name: Build Noir benchmark programs
29
run: nargo export
@@ -34,7 +35,7 @@ jobs:
34
35
36
- name: Compare gates reports
37
id: gates_diff
- uses: noir-lang/noir-gates-diff@1931aaaa848a1a009363d6115293f7b7fc72bb87
38
+ uses: noir-lang/noir-gates-diff@dbe920a8dcc3370af4be4f702ca9cef29317bec1
39
with:
40
report: gates_report.json
41
summaryQuantile: 0.9 # only display the 10% most significant circuit size diffs in the summary (defaults to 20%)
0 commit comments