We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a4c58 commit ad7824cCopy full SHA for ad7824c
doc/changelog.rst
@@ -1,8 +1,13 @@
1
Changelog
2
=========
3
4
+Version 1.11.0 (2024-03-09)
5
+--------------
6
* Add a --same-loops option to the run command to use the exact same number of
7
loops as a previous run (without recalibrating).
8
+* Bump pyperf to 2.6.3
9
+* Fix the django_template benchmark for compatibilty with 3.13
10
+* Fix benchmark.conf.sample
11
12
Version 1.10.0 (2023-10-22)
13
--------------
pyperformance/__init__.py
@@ -2,7 +2,7 @@
import sys
-VERSION = (1, 10, 0)
+VERSION = (1, 11, 0)
__version__ = '.'.join(map(str, VERSION))
0 commit comments