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 5bd49d4 commit 0a271e6Copy full SHA for 0a271e6
.github/workflows/benchmarks.yml
@@ -56,7 +56,8 @@ jobs:
56
echo "Contender: ${GITHUB_SHA} ($PR_HEAD_LABEL)"
57
# Run benchmarks for current commit against base
58
ASV_OPTIONS="--split --show-stderr --factor $ASV_FACTOR --verbose"
59
- asv continuous $ASV_OPTIONS ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} \
+ # asv continuous $ASV_OPTIONS ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} \
60
+ asv continuous $ASV_OPTIONS ${GITHUB_SHA} \
61
| sed "/Traceback \|failed$\|PERFORMANCE DECREASED/ s/^/::error::/" \
62
| tee benchmarks.log
63
# Report and export results for subsequent steps
0 commit comments