Skip to content

Commit

Permalink
[skip-ci] verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jan 24, 2025
1 parent 421d9a1 commit 64b1b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "Baseline: $LAST_HEAD_SHA ($BASE_LABEL)"
echo "Contender: ${GITHUB_SHA} ($HEAD_LABEL)"
# Run benchmarks for current commit against base
ASV_OPTIONS="--split --show-stderr --factor $ASV_FACTOR"
ASV_OPTIONS="-v --split --show-stderr --factor $ASV_FACTOR"
asv continuous $ASV_OPTIONS $BASE_SHA ${GITHUB_SHA} \
| sed "/Traceback \|failed$\|PERFORMANCE DECREASED/ s/^/::error::/" \
| tee benchmarks.log
Expand Down

0 comments on commit 64b1b8b

Please sign in to comment.