A really simple benchmark tool
Project description
MiniBench provides a simple framework for benchmarking following the unittest module pattern.
Compatibility
minibench requires Python 2.7+.
Installation
You can install minibench with pip:
$ pip install minibench
or with easy_install:
$ easy_install minibench
Quick start
Write your benchmarks as you would write you unittests. Just create a .bench.py file.
# fake.bench.py
from minibench import Benchmark
class FakeBenchmark(Benchmark):
'''Fake benchmark'''
def bench_fake(self):
'''Run my bench'''
# Do something
Then run it with the bench command
$ bench >>> Fake benchmark (x5) Run my bench ......................................... ✔ (0.1234s)
Documentation
The documentation is hosted on Read the Docs
Changelog
0.1.2 (2015-11-21)
Improve diff from reference and added -u/--unit option
Properly handle precision and added -p/--precision option
0.1.1
Fix Python 3 Wheel packaging
0.1.0
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
minibench-0.1.2.tar.gz
(14.3 kB
view details)
File details
Details for the file minibench-0.1.2.tar.gz.
File metadata
- Download URL: minibench-0.1.2.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bce82ab4c3d491a7e14b3ba8df4d32206a8f15d478760d371a59fc7a58a33a76
|
|
| MD5 |
767c777e254f3114b1f10a74318035a8
|
|
| BLAKE2b-256 |
508a5fa7df50ba18e589b4380d7d8122c3378b2d8f5972240bfc6e8ac61eaeb3
|