python3-pyperform

fast and convenient way to performance test functions and compare results

Description

Pyperform provies an easy and convenient way to performance test blocks of Python code.

Tired of writing separate scripts for your performance tests? Don't like coding in strings? Using the pyperform decorators, you can easily implement timeit tests to your functions with just one line!

Features of pyperform include:
 - Quick, easy to implement in-code performance tests that run once when the
   function is defined.
 - Speed comparison of several functions.
 - Validation of results between ComparisonBenchmarks.
 - Summary reports.
 - Supports class functions as well as global functions.
 - Performance tests can easily be disabled/enabled globally.
 - Community-driven library of performance tests to learn from.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/lobocv/pyperform


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-pyperform