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 Dennis Sweeney
Recipients Dennis Sweeney
Date 2022-01-25.05:27:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643088428.44.0.826862328466.issue46509@roundup.psfhosted.org>
In-reply-to
Content
GCC --enable-optimizations --with-lto on WSL:

Slower (7):
- json_dumps: 12.8 ms +- 0.2 ms -> 13.1 ms +- 0.3 ms: 1.02x slower
- meteor_contest: 106 ms +- 2 ms -> 109 ms +- 3 ms: 1.02x slower
- telco: 6.50 ms +- 0.17 ms -> 6.58 ms +- 0.18 ms: 1.01x slower
- fannkuch: 383 ms +- 5 ms -> 388 ms +- 8 ms: 1.01x slower
- regex_compile: 143 ms +- 2 ms -> 145 ms +- 4 ms: 1.01x slower
- mako: 11.1 ms +- 0.1 ms -> 11.2 ms +- 0.2 ms: 1.01x slower
- chameleon: 7.08 ms +- 0.07 ms -> 7.12 ms +- 0.10 ms: 1.01x slower

Faster (27):
- unpack_sequence: 45.9 ns +- 1.1 ns -> 41.6 ns +- 1.0 ns: 1.10x faster
- logging_silent: 108 ns +- 11 ns -> 101 ns +- 3 ns: 1.06x faster
- nbody: 95.6 ms +- 3.2 ms -> 90.2 ms +- 1.9 ms: 1.06x faster
- spectral_norm: 98.3 ms +- 2.3 ms -> 92.8 ms +- 1.6 ms: 1.06x faster
- regex_dna: 202 ms +- 3 ms -> 194 ms +- 3 ms: 1.04x faster
- scimark_fft: 342 ms +- 12 ms -> 331 ms +- 7 ms: 1.03x faster
- crypto_pyaes: 89.6 ms +- 1.7 ms -> 86.8 ms +- 1.1 ms: 1.03x faster
- json_loads: 27.4 us +- 0.9 us -> 26.5 us +- 1.3 us: 1.03x faster
- scimark_monte_carlo: 69.3 ms +- 1.5 ms -> 67.3 ms +- 1.2 ms: 1.03x faster
- pickle_list: 4.62 us +- 0.21 us -> 4.51 us +- 0.15 us: 1.02x faster
- scimark_sparse_mat_mult: 5.14 ms +- 0.21 ms -> 5.02 ms +- 0.18 ms: 1.02x faster
- xml_etree_parse: 161 ms +- 5 ms -> 157 ms +- 6 ms: 1.02x faster
- regex_effbot: 3.07 ms +- 0.05 ms -> 3.00 ms +- 0.07 ms: 1.02x faster
- deltablue: 4.36 ms +- 0.14 ms -> 4.27 ms +- 0.14 ms: 1.02x faster
- pickle_pure_python: 343 us +- 6 us -> 335 us +- 8 us: 1.02x faster
- sqlite_synth: 2.60 us +- 0.06 us -> 2.55 us +- 0.04 us: 1.02x faster
- xml_etree_iterparse: 110 ms +- 2 ms -> 108 ms +- 2 ms: 1.02x faster
- go: 146 ms +- 2 ms -> 143 ms +- 3 ms: 1.02x faster
- pathlib: 20.2 ms +- 0.5 ms -> 19.8 ms +- 0.3 ms: 1.02x faster
- scimark_sor: 117 ms +- 3 ms -> 115 ms +- 2 ms: 1.02x faster
- dulwich_log: 80.9 ms +- 2.0 ms -> 79.6 ms +- 1.7 ms: 1.02x faster
- nqueens: 84.4 ms +- 1.7 ms -> 83.1 ms +- 2.0 ms: 1.02x faster
- python_startup: 8.84 ms +- 0.07 ms -> 8.76 ms +- 0.07 ms: 1.01x faster
- 2to3: 269 ms +- 4 ms -> 266 ms +- 3 ms: 1.01x faster
- float: 77.0 ms +- 1.2 ms -> 76.5 ms +- 1.5 ms: 1.01x faster
- sympy_integrate: 22.7 ms +- 0.3 ms -> 22.5 ms +- 0.2 ms: 1.01x faster
- xml_etree_process: 55.7 ms +- 0.7 ms -> 55.4 ms +- 0.6 ms: 1.01x faster

Benchmark hidden because not significant (24): chaos, django_template, hexiom, logging_format, logging_simple, pickle, pickle_dict, pidigits, pyflate, python_startup_no_site, raytrace, regex_v8, richards, scimark_lu, sqlalchemy_declarative, sqlalchemy_imperative, sympy_expand, sympy_sum, sympy_str, tornado_http, unpickle, unpickle_list, unpickle_pure_python, xml_etree_generate

Geometric mean: 1.01x faster
History
Date User Action Args
2022-01-25 05:27:08Dennis Sweeneysetrecipients: + Dennis Sweeney
2022-01-25 05:27:08Dennis Sweeneysetmessageid: <1643088428.44.0.826862328466.issue46509@roundup.psfhosted.org>
2022-01-25 05:27:08Dennis Sweeneylinkissue46509 messages
2022-01-25 05:27:08Dennis Sweeneycreate