@@ -13,7 +13,7 @@ Changelog
13
13
avoiding a deprecation warning in the upcoming pytest 7.2.0.
14
14
Contributed by Florian Bruhin in `#224 <https://github.com/ionelmc/pytest-benchmark/pull/224 >`_.
15
15
* Don't save if ``--benchmark-disable `` is used.
16
- Fixes `#205 <https://github.com/ionelmc/pytest-benchmark/issues/205 `_.
16
+ Fixes `#205 <https://github.com/ionelmc/pytest-benchmark/issues/205 > `_.
17
17
Contributed by Friedrich Delgado in `#207 <https://github.com/ionelmc/pytest-benchmark/pull/207 >`_.
18
18
19
19
3.4.1 (2021-04-17)
@@ -82,7 +82,6 @@ Changelog
82
82
* Various formatting, spelling and documentation fixes. Contributed by
83
83
Ken Crowell, Ofek Lev, Matthew Feickert, Jose Eduardo, Anton Lodder, Alexander Duryagin and Grygorii Iermolenko in
84
84
`#97 <https://github.com/ionelmc/pytest-benchmark/pull/97 >`_,
85
- `#97 <https://github.com/ionelmc/pytest-benchmark/pull/97 >`_,
86
85
`#105 <https://github.com/ionelmc/pytest-benchmark/pull/105 >`_,
87
86
`#110 <https://github.com/ionelmc/pytest-benchmark/pull/110 >`_,
88
87
`#111 <https://github.com/ionelmc/pytest-benchmark/pull/111 >`_,
@@ -156,7 +155,7 @@ Changelog
156
155
* Added ``--benchmark-colums `` command line option. It selects what columns are displayed in the result table. Contributed by
157
156
Antonio Cuni in `#34 <https://github.com/ionelmc/pytest-benchmark/pull/34 >`_.
158
157
* Added support for grouping by specific test parametrization (``--benchmark-group-by=param:NAME `` where ``NAME `` is your
159
- param name). Contributed by Antonio Cuni in `#37 <https://github.com/ionelmc/pytest-benchmark/pull/37 >`_ .
158
+ param name). Contributed by Antonio Cuni in `#37 <https://github.com/ionelmc/pytest-benchmark/pull/37 >`__ .
160
159
* Added support for ``name `` or ``fullname `` in ``--benchmark-sort ``.
161
160
Contributed by Antonio Cuni in `#37 <https://github.com/ionelmc/pytest-benchmark/pull/37 >`_.
162
161
* Changed signature for ``pytest_benchmark_generate_json `` hook to take 2 new arguments: ``machine_info `` and ``commit_info ``.
0 commit comments