Skip to content

Releases: psf/pyperf

2.8.1

15 Nov 14:49
c584266
Compare
Choose a tag to compare
  • Bugfix: Hooks now work correctly in subprocess benchmarks (bench.run_command).
    Patch by Michael Droettboom
  • Python 3.8 is now unsupported.
    Patch by Hugo van Kemenade

2.8.0

30 Sep 22:47
d290c72
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.0...2.8.0

2.7.0

19 May 01:56
5ac2a2d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.3...2.7.0

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