Skip to content

Commit cc8c6ad

Browse files
committed
Add else statement and asv machine config
1 parent cb4ad0b commit cc8c6ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/asv.sh

+4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ if [ "$ASV" ]; then
1313

1414
cd asv_bench
1515

16+
asv machine --yes
17+
1618
time asv run --quick | grep "failed"
1719

1820
if [ $? = "0" ]; then
1921
RET=1
2022
fi
2123
echo "Check for failed asv benchmarks DONE"
24+
else
25+
echo "NOT checking for failed asv benchmarks"
2226
fi
2327

2428
exit $RET

0 commit comments

Comments
 (0)