Metadata-Version: 2.1
Name: zodbshootout
Version: 0.7.0
Summary: A ZODB performance test
Home-page: http://zodbshootout.readthedocs.io
Author: Shane Hathaway
Author-email: shane@hathawaymix.org
Maintainer: Jason Madden
Maintainer-email: jason@nextthought.com
License: ZPL
Keywords: ZODB ZEO RelStorage benchmark
Platform: Any
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Requires-Dist: objgraph
Requires-Dist: setuptools
Requires-Dist: pyperf
Requires-Dist: ZODB (>=4.4.2)
Requires-Dist: ZEO (>=4.2.0)
Requires-Dist: statistics ; python_version == "2.7"
Provides-Extra: mysql
Requires-Dist: relstorage[mysql] (>=2.0rc1) ; extra == 'mysql'
Requires-Dist: mysqlclient (<1.4,>=1.3.7) ; (platform_python_implementation == "CPython" and python_version >= "3.3" and sys_platform != "win32") and extra == 'mysql'
Provides-Extra: oracle
Requires-Dist: relstorage[oracle] (>=2.0rc1) ; extra == 'oracle'
Provides-Extra: postgresql
Requires-Dist: relstorage[postgresql] (>=2.0rc1) ; extra == 'postgresql'
Provides-Extra: test
Requires-Dist: zope.testrunner ; extra == 'test'
Requires-Dist: nti.testing ; extra == 'test'


This application measures and compares the performance of various
ZODB storages and configurations. It is derived from the RelStorage
speedtest script, but this version allows arbitrary storage types and
configurations, provides more measurements, and produces numbers that
are easier to interpret.


===============
 Documentation
===============

.. image:: https://readthedocs.org/projects/zodbshootout/badge/?version=latest
         :target: http://zodbshootout.readthedocs.io/en/latest/?badge=latest
         :alt: Documentation Status


`Documentation`_ including `installation instructions`_ is hosted on `readthedocs`_.

The complete `changelog`_ is also there.

.. _`Documentation`: http://zodbshootout.readthedocs.io/en/latest/
.. _`installation instructions`: http://zodbshootout.readthedocs.io/en/latest/install.html
.. _`readthedocs`: http://zodbshootout.readthedocs.io/en/latest/
.. _`changelog`: http://zodbshootout.readthedocs.io/en/latest/changelog.html


=============
 Development
=============

.. image:: https://travis-ci.org/zodb/zodbshootout.png?branch=master
        :target: https://travis-ci.org/zodb/zodbshootout

.. image:: https://coveralls.io/repos/zodb/zodbshootout/badge.svg?branch=master&service=github
   :target: https://coveralls.io/github/zodb/zodbshootout?branch=master

zodbshootout is hosted at GitHub:

    https://github.com/zodb/zodbshootout


