On Thu, 15 Sep 2016 10:57:07 +0200 Victor Stinner <victor.stin...@gmail.com> wrote: > > > Both Python is built without neither `--with-optimizations` or `make > > profile-opt`. > > That's bad :-) For most reliable benchmarks, it's better to use > LTO+PGO compilation.
That sounds irrelevant. LTO+PGO improves performance, it does nothing for benchmarking per se. That said, it's probably more useful to benchmark an optimized Python build than an unoptimized one... Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com