Skip to content

Commit faa1794

Browse files
authored
chore: exclude dependency fetching time from benchmarks (#7210)
1 parent 4fe4cc6 commit faa1794

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/reports.yml

+7
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,13 @@ jobs:
365365
repository: ${{ matrix.project.repo }}
366366
path: test-repo
367367
ref: ${{ matrix.project.ref }}
368+
369+
- name: Fetch noir dependencies
370+
working-directory: ./test-repo/${{ matrix.project.path }}
371+
run: |
372+
# We run `nargo check` to pre-fetch any dependencies so we don't measure the time to download these
373+
# when benchmarking.
374+
nargo check
368375
369376
- name: Generate compilation report
370377
working-directory: ./test-repo/${{ matrix.project.path }}

0 commit comments

Comments
 (0)