Skip to main content

Benchmark utility that plugs into pytest.

Project description

# pytest-bench
> Benchmark utility that plugs into pytest.

## Installation

1. **pytest-bench** can be installed using `pip` or `easy_install`.

```sh
pip install pytest-bench
```

## Usage

```python
from pytest import mark
import operator

@mark.bench('operator.eq')
def test_eq():
assert operator.eq(1, 1)
```

Now when `py.test --bench` is run it will benchmark the execution of the `operator.eq` method.

## License

Unless otherwise noted, all files contained within this project are liensed under the MIT opensource license. See the included file LICENSE or visit [opensource.org][] for more information.

[opensource.org]: http://opensource.org/licenses/MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-bench-0.1.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page