Skip to content
Snippets Groups Projects
Commit 573bbf4a authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

Add verbose output to launch.sh

This display extra information like stderr / stdout of installation of the repo
and display information about benchmark and variant combination currently
running.

Closes #478
parent e5aa5852
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
shift
# Launch asv
time HGRCPATH= taskset -c 2,3 asv run --show-stderr --skip-existing-successful "${target}" "$@"
time HGRCPATH= taskset -c 2,3 asv run --verbose --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