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.
2 parents 5345c9c + 4940c51 commit 3f70e4bCopy full SHA for 3f70e4b
.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