Skip to content

Commit c709191

Browse files
committed
Try to fix GitHub benchmarks
1 parent f3b60c3 commit c709191

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
sudo apt-get install -y default-jre
4040
4141
- name: Prepare BSBM Benchmark
42-
run: cargo run --bin rdf-fusion-bench --profile codspeed -- prepare bsbm --dataset-size 1000
42+
working-directory: bench
43+
run: cargo run --bin rdf-fusion-bench --profile codspeed -- prepare bsbm --dataset-size 1000
4344

4445
- name: Build the benchmark target(s)
4546
# Limiting the number of jobs is an attempt to not violate GitHub's runner resources.

0 commit comments

Comments
 (0)