We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc56590 commit 18fc15aCopy full SHA for 18fc15a
1 file changed
.github/workflows/benchmark.yml
@@ -63,7 +63,7 @@ jobs:
63
run: make build-evm build-da
64
- name: Run Spamoor smoke test
65
run: |
66
- cd test/e2e && BENCH_JSON_OUTPUT=benchmark/spamoor_bench.json go test -tags evm \
+ cd test/e2e && BENCH_JSON_OUTPUT=spamoor_bench.json go test -tags evm \
67
-run='^TestSpamoorSuite$/^TestSpamoorSmoke$' -v -timeout=15m \
68
--evm-binary=../../build/evm ./benchmark/
69
- name: Upload benchmark results
0 commit comments