Skip to main content

benchmark library

Project description

fuss: Benchmarking Tool
=========================

.. image:: https://img.shields.io/pypi/v/fuss.svg
:target: https://pypi.python.org/pypi/fuss


Behold, the power of fuss:

.. code-block:: python

# sample.py
import fuss

@fuss.measure
def func():
for i in range(100):
pass
``Function: func took 0.00500679016113 ms``


Many programmers find it aversive to check the proformance of function by using
time module in a naive way. It becomes boring to measure time of similarly
other functions again and again. Fuss with a very simple implementation provides
an easy way for the same.


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

To install fuss, simply:

.. code-block:: bash

$ pip install fuss
✨🍰✨

.. _`the repository`: http://github.com/rohitladdha/fuss
.. _AUTHORS: https://github.com/rohitladdha/fuss/blob/master/AUTHORS.rst
.. _Contributor Friendly: https://github.com/rohitladdha/fuss/issues?direction=desc&labels=Contributor+Friendly&page=1&sort=updated&state=open

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

fuss-0.2.tar.gz (1.9 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