We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccd9db commit ae525caCopy full SHA for ae525ca
1 file changed
.github/workflows/benchmark.yml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
cd test/e2e && BENCH_JSON_OUTPUT=spamoor_bench.json go test -tags evm \
67
-run='^TestSpamoorSuite$/^TestSpamoorSmoke$' -v -timeout=15m \
68
- ./benchmark/ --evm-binary=../../build/evm
+ ./benchmark/ --evm-binary=../../../build/evm
69
- name: Upload benchmark results
70
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71
with:
0 commit comments