[Python-Dev] devguide: Use -j0 to maximimze parallel execution. (original) (raw)
Brett Cannon brett at python.org
Tue Jan 24 20:03:35 CET 2012
- Previous message: [Python-Dev] devguide: Use -j0 to maximimze parallel execution.
- Next message: [Python-Dev] Packaging and setuptools compatibility
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Jan 24, 2012 at 13:52, Georg Brandl <g.brandl at gmx.net> wrote:
Am 24.01.2012 18:58, schrieb brett.cannon: > http://hg.python.org/devguide/rev/a34e4a6b89dc > changeset: 489:a34e4a6b89dc > user: Brett Cannon <brett at python.org> > date: Tue Jan 24 12:58:01 2012 -0500 > summary: > Use -j0 to maximimze parallel execution. > > files: > runtests.rst | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > > diff --git a/runtests.rst b/runtests.rst > --- a/runtests.rst > +++ b/runtests.rst > @@ -41,7 +41,7 @@ > If you have a multi-core or multi-CPU machine, you can enable parallel testing > using several Python processes so as to speed up things:: > > - ./python -m test -j2 > + ./python -m test -j0
That only works on 3.3 though...
Bugger. I will add a note. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20120124/9038cec3/attachment.html>
- Previous message: [Python-Dev] devguide: Use -j0 to maximimze parallel execution.
- Next message: [Python-Dev] Packaging and setuptools compatibility
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]