Package: wnpp Severity: wishlist Owner: Thomas Goirand <z...@debian.org>
* Package name : python-pyperform Version : 1.86 Upstream Author : Calvin Lobo <calvinvl...@gmail.com> * URL : https://github.com/lobocv/pyperform * License : Expat Programming Lang: Python Description : fast and convenient way to performance test functions and compare results 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. Note: this is a new indirect dependency of python-jsonschema.