Message156637
PyBench contains a lot of different tests and executes them not too long. Random fluctuations of a few percent are possible. We need a more stable realistic test working with floats.
$ ./python -m timeit 'x,y,d=1,0,0.01
for i in range(628):
x,y=x-d*y,y+d*x'
Without patch: 1000 loops, best of 3: 220 usec per loop
With patch: 1000 loops, best of 3: 232 usec per loop
Difference is 5%. |
|
Date |
User |
Action |
Args |
2012-03-23 07:52:56 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, mark.dickinson, pitrou, kristjan.jonsson, michael.foord |
2012-03-23 07:52:56 | serhiy.storchaka | set | messageid: <1332489176.12.0.469631672697.issue14381@psf.upfronthosting.co.za> |
2012-03-23 07:52:55 | serhiy.storchaka | link | issue14381 messages |
2012-03-23 07:52:55 | serhiy.storchaka | create | |
|