Skip to content

Commit 18fc15a

Browse files
committed
fix: correct BENCH_JSON_OUTPUT path for spamoor benchmark
go test sets the working directory to the package under test, so the env var should be relative to test/e2e/benchmark/, not test/e2e/.
1 parent cc56590 commit 18fc15a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: make build-evm build-da
6464
- name: Run Spamoor smoke test
6565
run: |
66-
cd test/e2e && BENCH_JSON_OUTPUT=benchmark/spamoor_bench.json go test -tags evm \
66+
cd test/e2e && BENCH_JSON_OUTPUT=spamoor_bench.json go test -tags evm \
6767
-run='^TestSpamoorSuite$/^TestSpamoorSmoke$' -v -timeout=15m \
6868
--evm-binary=../../build/evm ./benchmark/
6969
- name: Upload benchmark results

0 commit comments

Comments
 (0)