[pypy-issue] Issue #3176: perf module no longer available (pypy/pypy)

Anonymous issues-reply at bitbucket.org
Sun Jun 14 08:28:56 EDT 2020


New issue 3176: perf module no longer available
https://bitbucket.org/pypy/pypy/issues/3176/perf-module-no-longer-available

Former user:

I tried to use `time-it` on PyPy, and got this interesting warning: 


```
WARNING: timeit is a very unreliable tool. use perf or something else for real measurements
pypy3.exe -m pip install perf
pypy3.exe -m perf timeit "__import__('more_itertools').is_sorted(range(10**6))"
```

Unfortunately, it seems that the perf library is no longer available on PyPI. Or maybe it changed its name? In any case, we need to either remove this warning or modify it.




More information about the pypy-issue mailing list