Skip to content

Releases: psf/pyperf

2.6.3

06 Mar 12:01
3545261
Compare
Choose a tag to compare

What's Changed

  • Fix mem_max_rss measurement on macOS by @mdboom in #173
  • gh-174: Support free-threading CPython by disabling psutil related fe… by @corona10 in #175

Full Changelog: 2.6.2...2.6.3

2.6.2

02 Nov 15:16
3f54b5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.1...2.6.2

2.6.1

11 Jun 16:11
cbe4adc
Compare
Choose a tag to compare

What's Changed

  • .github: Add CI for pypy series by @corona10 in #159
  • .github: Use Trusted Publishers for deploy by @corona10 in #163
  • Fix tracemalloc error when action isn't defined by @basepi in #161

New Contributors

Full Changelog: 2.6.0...2.6.1

2.6.0

23 Mar 15:10
989d38f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.6.0

2.5.0

04 Nov 14:24
0318d44
Compare
Choose a tag to compare

What's Changed

  • Recognize new name of Graal-based Python as jitted by @timfel in #139
  • Collect specialization statistics from running benchmarks by @mdboom in #140
  • Add support for Python 3.11 by @hugovk in #142

New Contributors

Full Changelog: 2.4.1...2.5.0

2.4.1

06 Aug 15:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.4.1

2.4.0

20 Jul 15:35
6be960e
Compare
Choose a tag to compare

What's Changed

  • Support reporting geometric mean by benchmark tags by @mdboom in #132
  • Add pyston as an implementation with a jit by @kmod in #135
  • Add support for profiling benchmarks by @mdboom in #134

New Contributors

Full Changelog: 2.3.1...2.4.0

2.3.1

03 Feb 14:16
Compare
Choose a tag to compare

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

28 Sep 15:19
4c27a9b
Compare
Choose a tag to compare

Version 2.3.0 (2021-09-28)

  • pyperf ref:compare_to command <compare_to_cmd> now supports the
    --table-format option which can designate the table format
    between reST and markdown

2.2.0

24 Mar 15:15
9176ea0
Compare
Choose a tag to compare

Changelog

Version 2.2.0 (2021-03-24)