Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jan 4, 2016
1 parent 096b0c8 commit efda8a5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ Changelog
param name). Contributed by Antonio Cuni in `#37 <https://github.com/ionelmc/pytest-benchmark/pull/37>`_.
* Added support for `name` or `fullname` in ``--benchmark-sort``.
Contributed by Antonio Cuni in `#37 <https://github.com/ionelmc/pytest-benchmark/pull/37>`_.
* Changed signature for ``pytest_benchmark_generate_json`` hook to take 2 new arguments: ``machine_info`` and ``commit_info``.
* Changed `--benchmark-histogram`` to plot groups instead of name-matching runs.
* Changed `--benchmark-histogram`` to plot exactly what you compared against. Now it's ``1:1`` with the compare feature.
* Changed `--benchmark-compare`` to allow globs. You can compare against all the previous runs now.
* Added a command line tool to compare previous data: ``py.test-benchmark``. It has two commands:

* ``list`` - Lists all the available files.
* ``compare`` - Displays result tables. Takes optional arguments:

* ``--sort=COL``
* ``--group-by=LABEL``
* ``--columns=LABELS``
* ``--histogram=[FILENAME-PREFIX]``


3.0.0 (2015-11-08)
------------------
Expand Down

0 comments on commit efda8a5

Please sign in to comment.