Skip to content
Snippets Groups Projects
Commit 1ec4e198 authored by Boris Feld's avatar Boris Feld
Browse files

Update launch.sh to match prod

parent aa89cd6e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -euo pipefail
set -euox pipefail
# Ensure asv now machine characteristics
asv machine --yes
......@@ -11,7 +11,7 @@
python prepare_repos.py
# Launch asv
taskset -c 2,3 asv run --show-stderr --skip-existing-successful --steps 10 "NEW"
time taskset -c 2,3 asv run --show-stderr --skip-existing-successful "${1-tagged()}"
# Publish results
asv publish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment