Skip to content

Commit 239491b

Browse files
committed
Fix asv failures
1 parent 2e55828 commit 239491b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run_benchmark.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ asv run --skip-existing-successful main^!
5252
# Compare results
5353
if [ `git rev-parse --abbrev-ref HEAD` == develop ]
5454
then
55-
asv compare main develop
55+
asv compare main develop --machine $(hostname) || echo "asv compare failed"
5656
else
57-
asv compare develop HEAD
57+
asv compare develop HEAD --machine $(hostname) || echo "asv compare failed"
5858
fi
5959

6060
# Publish results

0 commit comments

Comments
 (0)