Working on Python benchmarking

T

tleeuwenburg

Hi there...

I'm working on a package to provide python benchmarking (profiling and
analysis over time). The idea is to provide a decorator which can be
applied to unit tests which will cause the system to be profiled while
running those tests. The idea would be that any existing set of unit
tests could easily be selectively turned into a benchmarking suite by
the simple application of a decorator. An analysis module would
provide an instant picture of system performance while under test.

I have a basic package which provides the decorator, but have not yet
begun work on a module to provide an effective analysis of results.

I was wondering if anyone had already done any work in this space, and
would like to exchange some ideas? If anyone is interested, I have the
code hosted and can share it, but it's embarassingly primitive so I
don't really want to say I've done anything fantastic just yet! I just
wouldn't mind bouncing ideas around...

Cheers,
-T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top