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 pablogsal
Recipients gvanrossum, pablogsal, serhiy.storchaka, yselivanov
Date 2021-01-14.19:17:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610651848.22.0.656945076655.issue42927@roundup.psfhosted.org>
In-reply-to
Content
These are the results:

venv ❯ python -m pyperf compare_to json_old/* -G --min-speed=2 --table
+---------------------+--------------------------------------+------------------------------------------+
| Benchmark           | 2021-01-14_09-40-master-14cfa325c298 | 2021-01-14_10-39-slotscache-9123a84ad8d4 |
+=====================+======================================+==========================================+
| float               | 148 ms                               | 133 ms: 1.11x faster                     |
+---------------------+--------------------------------------+------------------------------------------+
| pidigits            | 265 ms                               | 252 ms: 1.05x faster                     |
+---------------------+--------------------------------------+------------------------------------------+
| scimark_monte_carlo | 130 ms                               | 126 ms: 1.03x faster                     |
+---------------------+--------------------------------------+------------------------------------------+
| spectral_norm       | 168 ms                               | 164 ms: 1.03x faster                     |
+---------------------+--------------------------------------+------------------------------------------+
| logging_silent      | 221 ns                               | 216 ns: 1.02x faster                     |
+---------------------+--------------------------------------+------------------------------------------+
| sympy_expand        | 598 ms                               | 585 ms: 1.02x faster                     |
+---------------------+--------------------------------------+------------------------------------------+
| regex_v8            | 31.9 ms                              | 32.6 ms: 1.02x slower                    |
+---------------------+--------------------------------------+------------------------------------------+
| deltablue           | 8.93 ms                              | 9.16 ms: 1.03x slower                    |
+---------------------+--------------------------------------+------------------------------------------+
| unpickle            | 17.0 us                              | 17.7 us: 1.04x slower                    |
+---------------------+--------------------------------------+------------------------------------------+
| Geometric mean      | (ref)                                | 1.00x faster                             |
+---------------------+--------------------------------------+------------------------------------------+

Benchmark hidden because not significant (50): sympy_sum, sqlalchemy_imperative, sympy_str, sympy_integrate, dulwich_log, scimark_fft, genshi_text, tornado_http, regex_dna, sqlalchemy_declarative, mako, meteor_contest, unpickle_pure_python, xml_etree_parse, genshi_xml, scimark_sor, sqlite_synth, pickle_pure_python, nbody, pickle_dict, pyflate, regex_effbot, xml_etree_process, logging_simple, python_startup, 2to3, fannkuch, python_startup_no_site, raytrace, go, hexiom, scimark_lu, json_dumps, richards, logging_format, xml_etree_generate, chaos, telco, pickle_list, unpack_sequence, regex_compile, django_template, json_loads, crypto_pyaes, xml_etree_iterparse, unpickle_list, nqueens, chameleon, scimark_sparse_mat_mult, pickle
Ignored benchmarks (1) of json_old/2021-01-14_09-40-master-14cfa325c298.json.gz: pathlib


I uploaded the pyperf result data to bpo as well
History
Date User Action Args
2021-01-14 19:17:28pablogsalsetrecipients: + pablogsal, gvanrossum, serhiy.storchaka, yselivanov
2021-01-14 19:17:28pablogsalsetmessageid: <1610651848.22.0.656945076655.issue42927@roundup.psfhosted.org>
2021-01-14 19:17:28pablogsallinkissue42927 messages
2021-01-14 19:17:27pablogsalcreate