[Speed] performance 0.1 (and 0.1.1) release

Victor Stinner victor.stinner at gmail.com
Wed Aug 24 12:01:27 EDT 2016


2016-08-24 17:38 GMT+02:00 Victor Stinner <victor.stinner at gmail.com>:
> Now the development version always install performance 0.1.1 (see
> performance/requirements.txt). I should fix this to install the
> development version of performance/ when it is run from the source
> code (when setup.py is available in the parent directory?).

FYI it's now fixed: the development version of the benchmark suite now
installs the performance module using "pip install -e <path>" in
development mode, but "pip install performance==x.y.z" in release
mode.

Victor


More information about the Speed mailing list