[Python-modules-commits] [python-pytest-benchmark] 02/03: Merge tag 'upstream/3.1.0a1'
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 commit to branch master
in repository python-pytest-benchmark.
commit 8bff6536ac30afa8545ff6eb9262c5353fe46df7
Merge: b984708 7d70f0d
Author: Hugo Lefeuvre <hle at debian.org>
Date: Wed Nov 2 15:23:22 2016 +0100
Merge tag 'upstream/3.1.0a1'
Upstream version 3.1.0a1
.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 ++
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 ++++++-
54 files changed, 6351 insertions(+), 1795 deletions(-)
--
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