Skip to main content

Software for testing performance

Project description

performance_tester

Collection of modules for testing performance.

Installation

Command

pip install performance_tester

or add the following line in Pipfile if you use Pipenv

[dev-packages]
performance_tester = "*"

Examples

from performance_tester import measure_execution_time

@measure_execution_time(100)
def adder(a, b): # the function that you want to check the performance
    c = a + b
    return c

result = adder(1, 2)

Output:

100 loops:
mean: 3.573999492800795e-07 sec.
std : 1.1951605991912876e-07 sec.
max : 1.4500001270789653e-06 sec.
min : 3.199984348611906e-07 sec.

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

performance-tester-1.1.3.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

performance_tester-1.1.3-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

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