Hi,
New pyperformance 0.9.1 version fix mako and sqlalchemy benchmarks on
Python 3.8 beta2 by upgrading requirements (especially SQLAlchemy and mako).
New feature: hg_startup is now run on Python 3!
https://pyperformance.readthedocs.io/https://pyperformance.readthedocs.io/changelog.html
Victor
--
Night gathers, and now my watch begins. It shall not end until my death.
Hey everyone,
I've recently looked into building CPython on Windows with GCC+PGO+LTO and it
helped quite a bit with the pyperformance benchmark suite compared to
a plain build and compared to the official CPython Windows build, see:
https://github.com/msys2/MINGW-packages/pull/5630#issuecomment-514069618
That made me wonder if the official Windows installer uses PGO?
If not, maybe it should :)