Rayne

https://github.com/brobeson/Rayne/actions/workflows/code_quality.yaml/badge.svg https://coveralls.io/repos/github/brobeson/Rayne/badge.svg?branch=main GitHub License PyPI - Version Read the Docs

Rayne is a micro-benchmarking library for Python code. It is

  1. Easy to use

  2. Extensible

Rayne accurately measures your code’s execution time by

  1. Measuring your code 1000 times

  2. Accounting for the time necessary to query your system’s clock

So… get started writing your benchmarks!