8000 main vs co_code cached · GitHub
[go: up one dir, main page]

Skip to content

Instantly share code, notes, and snippets.

@Fidget-Spinner
Created June 3, 2022 08:32
Show Gist options
  • < BC0B tool-tip id="tooltip-2502aaec-4fee-4b1c-bcce-6a612b9d86b9" for="icon-button-3de574d0-056e-4c38-bca0-46746e9cbf97" popover="manual" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Save Fidget-Spinner/55cd7ee60faaa403ddc970ec31401d35 to your computer and use it in GitHub Desktop.
Save Fidget-Spinner/55cd7ee60faaa403ddc970ec31401d35 to your computer and use it in GitHub Desktop.
pyperf compare_to /home/ken/pyperformance_data/json/2022-05-31_10-58-main-eb618d5ff037.json.gz /home/ken/pyperformance_data/json/2022-05-31_16-36-cache_co_code-1077bd3427f0.json.gz -G --min-speed=1
Slower (3):
- pickle_dict: 43.7 us +- 0.7 us -> 45.1 us +- 0.4 us: 1.03x slower
- pickle_list: 6.50 us +- 0.12 us -> 6.65 us +- 0.07 us: 1.02x slower
- unpickle_list: 7.32 us +- 0.26 us -> 7.44 us +- 0.05 us: 1.02x slower
Faster (30):
- django_template: 55.3 ms +- 11.0 ms -> 51.6 ms +- 1.2 ms: 1.07x faster
- unpickle_pure_python: 363 us +- 44 us -> 341 us +- 9 us: 1.06x faster
- regex_dna: 327 ms +- 3 ms -> 309 ms +- 3 ms: 1.06x faster
- scimark_sparse_mat_mult: 7.05 ms +- 0.13 ms -> 6.71 ms +- 0.11 ms: 1.05x faster
- regex_v8: 34.6 ms +- 0.2 ms -> 33.0 ms +- 0.6 ms: 1.05x faster
- html5lib: 109 ms +- 8 ms -> 105 ms +- 8 ms: 1.04x faster
- richards: 73.1 ms +- 1.9 ms -> 70.9 ms +- 1.8 ms: 1.03x faster
- genshi_text: 34.8 ms +- 0.5 ms -> 33.7 ms +- 0.5 ms: 1.03x faster
- xml_etree_process: 86.9 ms +- 1.8 ms -> 84.5 ms +- 0.8 ms: 1.03x faster
- spectral_norm: 158 ms +- 2 ms -> 154 ms +- 2 ms: 1.03x faster
- crypto_pyaes: 117 ms +- 2 ms -> 115 ms +- 1 ms: 1.02x faster
- xml_etree_generate: 123 ms +- 2 ms -> 120 ms +- 2 ms: 1.02x faster
- logging_format: 10.9 us +- 0.2 us -> 10.7 us +- 0.2 us: 1.02x faster
- logging_simple: 9.82 us +- 0.17 us -> 9.60 us +- 0.17 us: 1.02x faster
- deltablue: 5.88 ms +- 0.08 ms -> 5.75 ms +- 0.07 ms: 1.02x faster
- raytrace: 445 ms +- 7 ms -> 438 ms +- 6 ms: 1.02x faster
- genshi_xml: 82.0 ms +- 0.9 ms -> 80.7 ms +- 1.0 ms: 1.02x faster
- dulwich_log: 117 ms +- 2 ms -> 116 ms +- 1 ms: 1.02x faster
- sympy_sum: 266 ms +- 4 ms -> 262 ms +- 3 ms: 1.02x faster
- pickle_pure_python: 457 us +- 6 us -> 451 us +- 5 us: 1.01x faster
- scimark_monte_carlo: 105 ms +- 1 ms -> 104 ms +- 1 ms: 1.01x faster
- logging_silent: 153 ns +- 2 ns -> 151 ns +- 1 ns: 1.01x faster
- pathlib: 30.3 ms +- 0.8 ms -> 29.9 ms +- 0.5 ms: 1.01x faster
- scimark_lu: 178 ms +- 4 ms -> 176 ms +- 3 ms: 1.01x faster
- regex_effbot: 4.77 ms +- 0.03 ms -> 4.71 ms +- 0.05 ms: 1.01x faster
- scimark_sor: 178 ms +- 2 ms -> 176 ms +- 4 ms: 1.01x faster
- pickle: 15.4 us +- 0.1 us -> 15.3 us +- 0.1 us: 1.01x faster
- xml_etree_iterparse: 167 ms +- 3 ms -> 165 ms +- 3 ms: 1.01x faster
- scimark_fft: 509 ms +- 6 ms -> 503 ms +- 6 ms: 1.01x faster
- regex_compile: 216 ms +- 3 ms -> 214 ms +- 3 ms: 1.01x faster
Benchmark hidden because not significant (28): 2to3, chameleon, chaos, fannkuch, float, go, hexiom, json_dumps, json_loads, mako, meteor_contest, nbody, nqueens, pidigits, pyflate, python_startup, python_startup_no_site, sqlalchemy_declarative, sqlalchemy_imperative, sqlite_synth, sympy_expand, sympy_integrate, sympy_str, telco, tornado_http, unpack_sequence, unpickle, xml_etree_parse
Geometric mean: 1.01x faster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0