asv
asv copied to clipboard
Save intermediate results from 'asv find', with flag to disable
Currently, the intermediate binary search steps of asv find
are never saved, requiring a separate asv run
to persist the appropriate commit in regression results. This greatly reduces the number of full asv run
s while also increasing regression precision.
This PR saves intermediate results under the assumption they are comparable to asv run
and provides a new flag --skip-save
to opt-out of this behavior.
What do people think of this? Worthwhile? Reverse the default? Does it cause significant file bloat if many results are saved?
Thanks @qwhelan