Releases: psf/pyperf
Releases · psf/pyperf
2.3.1
Version 2.3.1 (2022-02-03)
- Add a
Runner.bench_async_func()
to benchmark an asyncio coroutine.
Patch by Inada Naoki. - pyperf now recognizes graalpython as the JIT-based implementation.
Patch by Tim Felgentreff.
New Contributors
Full Changelog: 2.3.0...2.3.1
2.3.0
2.2.0
Changelog
Version 2.2.0 (2021-03-24)
--track-memory
option now supports macOS by usingpsutil
.- Added
--copy-env
command line option that inherits all environment variables. - The development branch
master
was renamed tomain
.
See https://sfconservancy.org/news/2020/jun/23/gitbranchname/ for the
rationale.