We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee69885 commit 00b8f03Copy full SHA for 00b8f03
1 file changed
.github/workflows/test-bench.yml
@@ -37,13 +37,12 @@ jobs:
37
with:
38
fetch-depth: 1
39
40
+ # No submodules, LFS, or space cleanup needed: benchmark functions
41
+ # only use in-memory or local testdata/ files. Submodules
42
+ # (legacy-tests, execution-spec-tests) and LFS fixtures are only
43
+ # read by regular Test* functions.
44
- uses: ./.github/actions/setup-erigon
45
id: erigon
- with:
- # No submodules, LFS, or space cleanup needed: benchmark
- # functions only use in-memory or local testdata/ files.
- # Submodules (legacy-tests, execution-spec-tests) and LFS
46
- # fixtures are only read by regular Test* functions.
47
48
- name: Run benchmarks
49
run: make test-bench
0 commit comments