pybench is a collection of tests that provides a standardized way to measure the performance of Python implementations. It takes a very
close look at different aspects of Python programs and let's you decide which factors are more important to you than others, rather
than wrapping everything up in one number, like the other performance tests do (e.g. pystone which is included in the Python Standard
Library).
There are no reported vulnerabilities