This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients ethan.furman, gvanrossum, ned.deily, python-dev, vstinner
Date 2016-11-08.01:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJUiSdY5A9tKPLH3HmW-tkYGQ+x2Ss+vdzoVH9=m1dwqg@mail.gmail.com>
In-reply-to <CAMpsgwaxXLkCEMM73tc5ALkVxb1cCOAmDQV+cw0Nz+ykKkTY8w@mail.gmail.com>
Content
So what does that benchmark measure? For me, python 3.6 startup is 44 ms
and python 2.7 startup is 78 ms (real time; user time is proportionally
less).

On Mon, Nov 7, 2016 at 5:40 PM, STINNER Victor <report@bugs.python.org>
wrote:

>
> STINNER Victor added the comment:
>
> python_startup:
>
> * 2.7: 7.74 ms +- 0.28 ms
> * 3.4: 18.7 ms +- 0.4 ms
> * 3.5: 20.3 ms +- 0.7 ms
> * 3.6: 26.9 ms +- 0.6 ms (rev c4319c0d0131, before the revert)
> * 3.7: 26.6 ms +- 0.5 ms (rev 36af3566b67a, before the revert)
> * 3.7: 24.6 ms +- 0.0 ms (rev cf7711887b4a, after the revert)
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue28637>
> _______________________________________
>
History
Date User Action Args
2016-11-08 01:50:08gvanrossumsetrecipients: + gvanrossum, vstinner, ned.deily, ethan.furman, python-dev
2016-11-08 01:50:08gvanrossumlinkissue28637 messages
2016-11-08 01:50:07gvanrossumcreate