Metadata-Version: 2.1
Name: autobench2
Version: 0.1.3
Summary: HTTP benchmarking suite for wrk2
Home-page: https://github.com/cattail/autobench2
Author: Chiyu Zhong
Author-email: zhongchiyu@gmail.com
License: MIT License
Platform: UNKNOWN
Requires-Python: >=3.6.0
Requires-Dist: click (>=7.0)

Autobench2
========================

HTTP benchmarking suite for `wrk2 <https://github.com/giltene/wrk2>`_.

Installation
------------

Autobench2 require `wrk2 <https://github.com/giltene/wrk2>`_ to be installed.

.. code-block::

  $ pip install autobench2

or upgrade to newest version

.. code-block::

  $ pip install --upgrade autobench2

Usage
-----

.. code-block::

  $ autobench --verbose --connection 8 --thread 4 --duration 1m \
              --script wrk.lua --warmup_duration 1m --low_rate 10 \
              --high_rate 20 --rate_step 10 http://example.com/

display help message

.. code-block::

  $ autobench --help

display autobench2 version

.. code-block::

  $ autobench --version

