[Python-checkins] r46083 - sandbox/trunk/stringbench sandbox/trunk/stringbench/stringbench.py

M.-A. Lemburg mal at egenix.com
Mon May 22 22:24:19 CEST 2006


Tim Peters wrote:
>>> Author: andrew.dalke
>>> Date: Mon May 22 20:38:16 2006
>>> New Revision: 46083
>>>
>>> Added:
>>>    sandbox/trunk/stringbench/
>>>    sandbox/trunk/stringbench/stringbench.py   (contents, props changed)
>>> Log:
>>> "Need for speed" microbenchmarks for string processing
> 
> [M.-A. Lemburg]
>> Why don't you add these to pybench which is now part of Python
>> (see Tools/pybench/) ?!
> 
> We were wondering about that :-)  If it's OK by you, we'd like to add
> several new tests to pybench.

Sure, it's definitely OK by me.

The only thing you should do is
make sure that the tests run in more than just the most current
Python version, e.g. by either putting code using more recent
syntax into different modules and/or adding the code in
using a condition based on sys.version or some other feature
test.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, May 22 2006)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::


More information about the Python-checkins mailing list