[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Install/uninstall commits in env
- Subject: Install/uninstall commits in env
- From: Chris Warburton
- Date: Wed, 21 Jun 2017 21:51:57 +0100
- Resolution: fixed
- State: resolved
Allow different commits to be "installed"/"uninstalled" to an
environment.
The environment contains the dependencies (as specified in 'matrix' and
implemented in 'builders'). The project being benchmarked can be
"installed" from a particular commit.
asv assumes that the project is a Python package, and hence the
benchmark scripts just need to import them. We might as well do the
same.