[Python-bugs-list] [ python-Bugs-474992 ] python version benchmark

noreply@sourceforge.net noreply@sourceforge.net
Fri, 22 Mar 2002 11:12:10 -0800


Bugs item #474992, was opened at 2001-10-25 18:43
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=474992&group_id=5470

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Frederic Giacometti (giacometti)
Assigned to: Nobody/Anonymous (nobody)
Summary: python version benchmark

Initial Comment:

This is not a bug per se, but following instructions by
Tim Peters the One :), I'm submitting here the
benchmark script.

I'm getting currently the following final output
(bench.txt):

version   bench1    nogc  bench2
1.5.2        0 %
2.0         48 %    33 %    21 %
2.1.1       53 %    35 %    25 %
2.2         51 %    35 %    23 %

where:

bench1 = original python 1.5.2 script 
nogc = bench1 when disabling gc
bench2 = bench1 script 'rewritten' for python 2.0 and
latter (string methods, sre -> pre...)

These numbers are high...

Frederic Giacometti

----------------------------------------------------------------------

>Comment By: Neil Schemenauer (nascheme)
Date: 2002-03-22 19:12

Message:
Logged In: YES 
user_id=35752

The number are lower for 2.3a0.  I'm closing this silly
"bug" report fixed.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=474992&group_id=5470