We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee5b92 commit f67b7fdCopy full SHA for f67b7fd
azure-pipelines.yml
@@ -104,7 +104,7 @@ jobs:
104
if git diff upstream/master --name-only | grep -q "^asv_bench/"; then
105
cd asv_bench
106
asv machine --yes
107
- ASV_OUTPUT="$(asv dev)"
+ ASV_OUTPUT="$(asv run --quick --show-stderr --python=same --launch-method=spawn)"
108
if [[ $(echo "$ASV_OUTPUT" | grep "failed") ]]; then
109
echo "##vso[task.logissue type=error]Benchmarks run with errors"
110
echo "$ASV_OUTPUT"
0 commit comments