jaraco / pytest-perf

MIT License
3 stars 2 forks source link

Python invocation includes project under test #2

Closed jaraco closed 3 years ago

jaraco commented 3 years ago

Because timeit is invoked using python -m, when the subprocess call is made to measure the performance, the project under test can be in the current directory and thus take precedence over the installed versions.