Comment 7 for bug 1388586

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 1388586] Re: subunit-ls is very slow on reasonably sized streams

On Wed, Dec 10, 2014 at 07:34:28AM -0000, Robert Collins wrote:
> On python 3.5
> time PYTHONPATH=$(pwd)/../../python ../../filters/subunit-ls --no-passthrough < ~/Downloads/failed-subunit2.2 > /dev/null
>
> real 0m1.061s
> user 0m1.014s
> sys 0m0.049s
>
> which is better; so interpreter issues perhaps. I wonder when the pypy
> JIT kicks in ? :)
FWIW I'm running it on Python2.7. Can you reproduce the issue on 2.x?

Jelmer