@@ -13,7 +13,7 @@ Changelog
1313 avoiding a deprecation warning in the upcoming pytest 7.2.0.
1414 Contributed by Florian Bruhin in `#224 <https://github.com/ionelmc/pytest-benchmark/pull/224 >`_.
1515* 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 > `_.
1717 Contributed by Friedrich Delgado in `#207 <https://github.com/ionelmc/pytest-benchmark/pull/207 >`_.
1818
19193.4.1 (2021-04-17)
@@ -82,7 +82,6 @@ Changelog
8282* Various formatting, spelling and documentation fixes. Contributed by
8383 Ken Crowell, Ofek Lev, Matthew Feickert, Jose Eduardo, Anton Lodder, Alexander Duryagin and Grygorii Iermolenko in
8484 `#97 <https://github.com/ionelmc/pytest-benchmark/pull/97 >`_,
85- `#97 <https://github.com/ionelmc/pytest-benchmark/pull/97 >`_,
8685 `#105 <https://github.com/ionelmc/pytest-benchmark/pull/105 >`_,
8786 `#110 <https://github.com/ionelmc/pytest-benchmark/pull/110 >`_,
8887 `#111 <https://github.com/ionelmc/pytest-benchmark/pull/111 >`_,
@@ -156,7 +155,7 @@ Changelog
156155* Added ``--benchmark-colums `` command line option. It selects what columns are displayed in the result table. Contributed by
157156 Antonio Cuni in `#34 <https://github.com/ionelmc/pytest-benchmark/pull/34 >`_.
158157* 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 >`__ .
160159* Added support for ``name `` or ``fullname `` in ``--benchmark-sort ``.
161160 Contributed by Antonio Cuni in `#37 <https://github.com/ionelmc/pytest-benchmark/pull/37 >`_.
162161* Changed signature for ``pytest_benchmark_generate_json `` hook to take 2 new arguments: ``machine_info `` and ``commit_info ``.
0 commit comments