Skip to content

Commit 025b0f7

Browse files
cd
1 parent b6ec0ca commit 025b0f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions-rust-lang/setup-rust-toolchain@v1
1818

1919
- name: Build benchmark binary
20-
run: cargo build --release --bin benchmark
20+
run: cd benchmark && cargo build --release --bin benchmark
2121

2222
- name: Run benchmark
23-
run: ./target/release/benchmark > benchmark_report.md
23+
run: cd benchmark && ./target/release/benchmark > ../benchmark_report.md
2424

2525
- name: Display benchmark results
2626
run: cat benchmark_report.md

0 commit comments

Comments
 (0)