[Python-modules-commits] [python-pytest-benchmark] branch master updated (b984708 -> 6ad7d73)

Hugo Lefeuvre hle at moszumanska.debian.org
Wed Nov 2 14:24:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

hle pushed a change to branch master
in repository python-pytest-benchmark.

      from  b984708   Add missing Uploaders field.
       new  7d70f0d   New upstream version 3.1.0a1
       new  8bff653   Merge tag 'upstream/3.1.0a1'
       new  6ad7d73   New upstream release.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .bumpversion.cfg                                   |    2 +-
 .cookiecutterrc                                    |   68 +-
 .coveragerc                                        |    6 +-
 .editorconfig                                      |   13 +
 .gitignore                                         |    2 +
 .travis.yml                                        |  648 ++++++-
 AUTHORS.rst                                        |    7 +-
 CHANGELOG.rst                                      |   48 +-
 CONTRIBUTING.rst                                   |   15 +-
 LICENSE                                            |    2 +-
 MANIFEST.in                                        |    2 +-
 README.rst                                         |   39 +-
 appveyor.yml                                       | 1904 +++++++++++++++++---
 ci/appveyor-bootstrap.ps1                          |   89 -
 ci/appveyor-bootstrap.py                           |  119 ++
 ci/appveyor-with-compiler.cmd                      |   37 +-
 ci/bootstrap.py                                    |   20 +-
 ci/templates/.travis.yml                           |   26 +-
 ci/templates/appveyor.yml                          |   29 +-
 ci/templates/tox.ini                               |  149 ++
 debian/changelog                                   |    6 +
 docs/conf.py                                       |   35 +-
 docs/index.rst                                     |   63 +-
 docs/requirements.txt                              |    5 +-
 docs/sample.svg                                    |  268 ++-
 docs/usage.rst                                     |   20 +-
 setup.cfg                                          |   63 +-
 setup.py                                           |   32 +-
 src/pytest_benchmark/__init__.py                   |    2 +-
 src/pytest_benchmark/__main__.py                   |    5 +
 src/pytest_benchmark/cli.py                        |  197 ++
 src/pytest_benchmark/compat.py                     |   47 +-
 src/pytest_benchmark/csv.py                        |   42 +
 src/pytest_benchmark/fixture.py                    |  294 +++
 src/pytest_benchmark/histogram.py                  |  104 +-
 src/pytest_benchmark/hookspec.py                   |    4 +-
 src/pytest_benchmark/logger.py                     |   59 +
 src/pytest_benchmark/plugin.py                     |  985 ++--------
 src/pytest_benchmark/session.py                    |  254 +++
 src/pytest_benchmark/stats.py                      |   84 +-
 .../{table.py => storage/__init__.py}              |    0
 src/pytest_benchmark/storage/elasticsearch.py      |  328 ++++
 src/pytest_benchmark/storage/file.py               |  129 ++
 src/pytest_benchmark/table.py                      |  142 ++
 src/pytest_benchmark/timers.py                     |   77 +-
 src/pytest_benchmark/utils.py                      |  289 ++-
 tests/test_benchmark.py                            |  255 ++-
 tests/test_calibration.py                          |    2 +-
 tests/test_elasticsearch_storage.py                |  175 ++
 tests/test_normal.py                               |    5 +
 tests/test_stats.py                                |    2 +-
 tests/test_storage.py                              |  233 ++-
 ...41a4cd_20150815_030419_uncommitted-changes.json |    5 +-
 tests/test_utils.py                                |   48 +
 tox.ini                                            |  668 ++++++-
 55 files changed, 6357 insertions(+), 1795 deletions(-)
 create mode 100644 .editorconfig
 delete mode 100644 ci/appveyor-bootstrap.ps1
 create mode 100644 ci/appveyor-bootstrap.py
 create mode 100644 ci/templates/tox.ini
 create mode 100644 src/pytest_benchmark/__main__.py
 create mode 100644 src/pytest_benchmark/cli.py
 create mode 100644 src/pytest_benchmark/csv.py
 create mode 100644 src/pytest_benchmark/fixture.py
 create mode 100644 src/pytest_benchmark/logger.py
 create mode 100644 src/pytest_benchmark/session.py
 copy src/pytest_benchmark/{table.py => storage/__init__.py} (100%)
 create mode 100644 src/pytest_benchmark/storage/elasticsearch.py
 create mode 100644 src/pytest_benchmark/storage/file.py
 create mode 100644 tests/test_elasticsearch_storage.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pytest-benchmark.git



More information about the Python-modules-commits mailing list