We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b60c3 commit c709191Copy full SHA for c709191
.github/workflows/benchmark.yml
@@ -39,7 +39,8 @@ jobs:
39
sudo apt-get install -y default-jre
40
41
- name: Prepare BSBM Benchmark
42
- run: cargo run --bin rdf-fusion-bench --profile codspeed -- prepare bsbm --dataset-size 1000
+ working-directory: bench
43
+ run: cargo run --bin rdf-fusion-bench --profile codspeed -- prepare bsbm --dataset-size 1000
44
45
- name: Build the benchmark target(s)
46
# Limiting the number of jobs is an attempt to not violate GitHub's runner resources.
0 commit comments