[Python-Dev] performance testing recommendations in devguide (original) (raw)

Eric Snow ericsnowcurrently at gmail.com
Wed May 29 20:00:44 CEST 2013


The devguide doesn't have anything on performance testing that I could find. We do have a number of relatively useful resources in this space though, like pybench and (eventually) speed.python.org. I'd like to add a page to the devguide on performance testing, including an explanation of our performance goals, how to test for them, and what tools are available.

Tools I'm aware of:

Things to test:

Critically sensitive performance subjects

What would be important to say in the devguide regarding Python performance and testing it? What would you add/subtract from the above? How important is testing memory performance? How do we avoid performance regressions? Thanks!

-eric



More information about the Python-Dev mailing list