python / pyperformance

Python Performance Benchmark Suite
http://pyperformance.readthedocs.io/
MIT License
870 stars 175 forks source link

Fix installing dev build of pyperformance inside compile/compile_all #232

Closed mdboom closed 2 years ago

mdboom commented 2 years ago

The compile and compile_all commands:

If hacking on a checkout of pyperformance, you want to make sure that it's installing from the local checkout and never from PyPI or your changes won't be in effect.

There are two bugs related to this one:

[1] https://github.com/python/pyperformance/blob/main/pyperformance/__init__.py#L32