psf / pyperf

Toolkit to run Python benchmarks
http://pyperf.readthedocs.io/
MIT License
771 stars 74 forks source link

Inherit PYTHONPATH when spawning workers. #148

Closed tjni closed 1 year ago

tjni commented 1 year ago

Resolves https://github.com/psf/pyperf/issues/146.

vstinner commented 1 year ago

Ah, mention also that PYTHONPATH is inherited in --inherit-environ doc: doc/runner.rst.

tjni commented 1 year ago

I added an entry to the changelog and updated the documentation. The second commit prepares to release 2.6.0, but it can be dropped if you prefer to do that separately.

vstinner commented 1 year ago

Merged, thanks.