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 2e55828 commit 239491bCopy full SHA for 239491b
ci/run_benchmark.sh
@@ -52,9 +52,9 @@ asv run --skip-existing-successful main^!
52
# Compare results
53
if [ `git rev-parse --abbrev-ref HEAD` == develop ]
54
then
55
- asv compare main develop
+ asv compare main develop --machine $(hostname) || echo "asv compare failed"
56
else
57
- asv compare develop HEAD
+ asv compare develop HEAD --machine $(hostname) || echo "asv compare failed"
58
fi
59
60
# Publish results
0 commit comments