Re: Standardized interpreter speed evaluation tool

2010-01-09 Thread Steve Holden
Chris Rebert wrote: On Fri, Jan 8, 2010 at 2:25 AM, alexru tara...@gmail.com wrote: Is there any standardized interpreter speed evaluation tool? Say I made few changes in interpreter code and want to know if those changes made python any better, which test should I use? Although apparently

Standardized interpreter speed evaluation tool

2010-01-08 Thread alexru
Is there any standardized interpreter speed evaluation tool? Say I made few changes in interpreter code and want to know if those changes made python any better, which test should I use? -- http://mail.python.org/mailman/listinfo/python-list

Re: Standardized interpreter speed evaluation tool

2010-01-08 Thread Diez B. Roggisch
alexru schrieb: Is there any standardized interpreter speed evaluation tool? Say I made few changes in interpreter code and want to know if those changes made python any better, which test should I use? Pybench I guess. Diez -- http://mail.python.org/mailman/listinfo/python-list

Re: Standardized interpreter speed evaluation tool

2010-01-08 Thread Dave Angel
alexru wrote: Is there any standardized interpreter speed evaluation tool? Say I made few changes in interpreter code and want to know if those changes made python any better, which test should I use? Not trying to be a smart-aleck, but the test you use should reflect your definition

Re: Standardized interpreter speed evaluation tool

2010-01-08 Thread Terry Reedy
On 1/8/2010 5:25 AM, alexru wrote: Is there any standardized interpreter speed evaluation tool? Say I made few changes in interpreter code and want to know if those changes made python any better, which test should I use? The Unladen Swallow (sp?) project at code.google.com/, which looks

Re: Standardized interpreter speed evaluation tool

2010-01-08 Thread Chris Rebert
On Fri, Jan 8, 2010 at 2:25 AM, alexru tara...@gmail.com wrote: Is there any standardized interpreter speed evaluation tool? Say I made few changes in interpreter code and want to know if those changes made python any better, which test should I use? Although apparently undocumented