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 6a98aa0 commit 4940c51Copy full SHA for 4940c51
.github/workflows/benchmark.yml
@@ -55,5 +55,6 @@ jobs:
55
export OMP_NUM_THREADS=1
56
- name: Run benchmarks
57
run: |
58
- asv machine --yes --config benchmarks/asv.conf.json
59
- asv run --config benchmarks/asv.conf.json --show-stderr
+ CONFIG_FILE="$(pwd)/benchmarks/asv.conf.json"
+ asv machine --yes --config "$CONFIG_FILE"
60
+ asv run --config "$CONFIG_FILE" --show-stderr
0 commit comments