[Speed] Testing a wide Unicode build of Python 2 on speed.python.org?
Victor Stinner
victor.stinner at gmail.com
Wed Apr 12 04:52:14 EDT 2017
2017-04-12 6:58 GMT+02:00 Nick Coghlan <ncoghlan at gmail.com>:
> speed.python.org has been updated to split out per-branch results for
> easier cross version comparisons, but looking at the performance repo
> suggests that the only 2.7 results currently reported are for the
> default UCS2 builds.
You're right, it's a bug, it's wasn't deliberate.
I fixed "performance compile": it now pass --enable-unicode=ucs4 to
configure if the branch starts with "2.".
https://github.com/python/performance/commit/9af0c6e029db9d2a8475f11d5cc601d2992dc62e
I'm running benchmarks with this option. Once results will be ready, I
will remove the old 2.7 result to replace it with the new one.
Note: Python 2.7 configure should use UCS4 by default on Linux, but
that's a different topic ;-)
Victor
More information about the Speed
mailing list