This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2013-04-18.10:13:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366279983.26.0.729987991866.issue17787@psf.upfronthosting.co.za>
In-reply-to
Content
I found a bug in the pickle_list benchmark. These are the new results:

### fastpickle ###
Min: 0.603416 -> 0.542480: 1.11x faster
Avg: 0.628639 -> 0.575296: 1.09x faster
Significant (t=6.29)
Stddev: 0.03330 -> 0.04985: 1.4969x larger
Timeline: http://tinyurl.com/c7xm7p6

### pickle_list ###
Min: 0.366062 -> 0.317290: 1.15x faster
Avg: 0.391959 -> 0.331500: 1.18x faster
Significant (t=15.86)
Stddev: 0.02131 -> 0.01651: 1.2910x smaller
Timeline: http://tinyurl.com/cad2mkx
History
Date User Action Args
2013-04-18 10:13:03alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, serhiy.storchaka
2013-04-18 10:13:03alexandre.vassalottisetmessageid: <1366279983.26.0.729987991866.issue17787@psf.upfronthosting.co.za>
2013-04-18 10:13:03alexandre.vassalottilinkissue17787 messages
2013-04-18 10:13:02alexandre.vassalotticreate