[Python-Dev] [Speed] speed.python.org (original) (raw)
Gregory P. Smith greg at krypto.org
Sun Feb 7 02:54:27 EST 2016
- Previous message (by thread): [Python-Dev] [Speed] speed.python.org
- Next message (by thread): [Python-Dev] speed.python.org
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Displaying ratios linearly rather than on a log scale axis can be misleading depending on what you are looking for. (feature request: allow a log scale?)
major kudos to everyone involved in getting this setup!
On Fri, Feb 5, 2016 at 11:06 PM Nick Coghlan <ncoghlan at gmail.com> wrote:
On 6 February 2016 at 04:07, Brett Cannon <brett at python.org> wrote: > On Thu, 4 Feb 2016 at 05:46 Nick Coghlan <ncoghlan at gmail.com> wrote: >> Heh, cdecimal utterly demolishing the old pure Python decimal module >> on the telco benchmark means normalising against CPython 3.5 rather >> than 2.7 really isn't very readable :) > > I find viewing the graphs using the horizontal layout is much easier to read > (the bars are a lot thicker and everything zooms in more).
That comment was based on the horizontal layout - the telco benchmark runs ~53x faster in Python 3 than it does in Python 2 (without switching to cdecimal), so you end up with all the other benchmarks being squashed into the leftmost couple of grid cells. Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/greg%40krypto.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160207/0adfa7b0/attachment.html>
- Previous message (by thread): [Python-Dev] [Speed] speed.python.org
- Next message (by thread): [Python-Dev] speed.python.org
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]