A reply for rusi (FSR)

Chris Angelico rosuav at gmail.com
Wed Mar 13 06:32:34 EDT 2013


n Wed, Mar 13, 2013 at 8:36 PM, jmfauth <wxjmfauth at gmail.com> wrote:
> #~ py323                                      py330
>
> #~ test   1:         0.015357737412819        0.019290216142579
> ...
> #~ test  35:         0.099810130396032        0.249129715085319
>

But these numbers are utterly useless on their own. We need to know
quite a bit more:

1) What are these tests doing? Preferably, share the exact code so
that we can replicate your tests and see the same performance
regression.

2) Full details on the platforms being tested. (Operating system? Word
size (32/64)? Narrow/wide build of 3.2.3?)

3) Preferably, evidence that these tests are a fair sample of
real-world use-cases.

4) Also preferable but not critical: Some indication of which
operations have slowed down, which could then be used to open a ticket
that someone can look into.

ChrisA



More information about the Python-list mailing list