We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a808793 + 63e288b commit 1c16173Copy full SHA for 1c16173
.github/workflows/benchmark.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
npm install -g bbup
25
bbup -nv 0.36.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@7e4ddaa91c69380f15ccba514eac17bc7432a8cc
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