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.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to