Skip to content
Snippets Groups Projects
Commit fe964af50177 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

launch: allow to pass extra parameters to asv

parent d4d98fadeb22
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,8 @@
python create_skip_file.py
target="${1-1.9:: and tagged()}"
shift
# Launch asv
......@@ -24,5 +28,5 @@
# Launch asv
time taskset -c 2,3 asv run --show-stderr --skip-existing-successful "${1-1.9:: and tagged()}"
time taskset -c 2,3 asv run --show-stderr --skip-existing-successful ${target} $@
# Publish results
asv publish --no-pull
......
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