File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 2.8.1 (2024-11-13)
5+ --------------------------
6+
7+ * Bugfix: Hooks now work correctly in subprocess benchmarks (`bench.run_command `).
8+ Patch by Michael Droettboom
9+ * Python 3.8 is now unsupported.
10+ Patch by Hugo van Kemenade
11+
12+ Version 2.8.0 (2024-09-30)
13+ --------------------------
14+
415* Benchmarks now have a timeout.
516 Patch by Diego Russo.
617* The example code in bench_time_func.py uses the more modern `time.perf_counter() `.
Original file line number Diff line number Diff line change 5050# built documents.
5151#
5252# The short X.Y version.
53- version = release = '2.8.0 '
53+ version = release = '2.8.1 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 11from time import perf_counter
22
3- VERSION = (2 , 8 , 0 )
3+ VERSION = (2 , 8 , 1 )
44__version__ = '.' .join (map (str , VERSION ))
55
66# Export pyperf.perf_counter for backward compatibility with pyperf 1.7
You can’t perform that action at this time.
0 commit comments