[Python-Dev] Performance regression tests?

Aahz aahz at pythoncraft.com
Sat Jan 24 19:18:32 EST 2004


On Sat, Jan 24, 2004, Nick Bastin wrote:
>
> Does there exist a set of interpreter performance regressions tests?  
> For example, I've modified the interpreter to allow the profiling of C 
> extension functions, and want to make sure that the performance impact 
> on non-profiled applications is negligible.  Does a test suite for this 
> already exist (basically, something that calls a very lightweight C 
> extension functions a few hundred thousand times)?

Pystone is the main thing.  There's now also ParrotBench.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"The joy of coding Python should be in seeing short, concise, readable
classes that express a lot of action in a small amount of clear code -- 
not in reams of trivial code that bores the reader to death."  --GvR



More information about the Python-Dev mailing list