Skip to content

Instantly share code, notes, and snippets.

@markshannon
Created May 25, 2022 13:03
Show Gist options
  • Save markshannon/4101cd2c1f44be3eacfcfff9c5bae125 to your computer and use it in GitHub Desktop.
Save markshannon/4101cd2c1f44be3eacfcfff9c5bae125 to your computer and use it in GitHub Desktop.
Benchmark 2022-05-24_01-45-main-7108bdf27c7a 2022-05-24_09-09-load_method_lazy_dict-16e0e2fa1bd6
spectral_norm 183 ms 165 ms: 1.11x faster
pickle_pure_python 508 us 487 us: 1.04x faster
unpickle_pure_python 381 us 365 us: 1.04x faster
pathlib 30.8 ms 30.1 ms: 1.02x faster
chaos 112 ms 110 ms: 1.02x faster
pickle_dict 49.7 us 48.8 us: 1.02x faster
scimark_sparse_mat_mult 7.55 ms 7.42 ms: 1.02x faster
richards 78.8 ms 77.4 ms: 1.02x faster
django_template 55.7 ms 54.8 ms: 1.02x faster
scimark_monte_carlo 114 ms 112 ms: 1.01x faster
unpack_sequence 78.9 ns 77.9 ns: 1.01x faster
logging_silent 164 ns 162 ns: 1.01x faster
xml_etree_process 92.8 ms 91.9 ms: 1.01x faster
regex_compile 221 ms 220 ms: 1.01x faster
json_loads 44.2 us 43.9 us: 1.01x faster
xml_etree_generate 132 ms 131 ms: 1.01x faster
json_dumps 20.9 ms 20.8 ms: 1.01x faster
deltablue 5.88 ms 5.85 ms: 1.01x faster
mako 17.3 ms 17.2 ms: 1.01x faster
scimark_sor 191 ms 190 ms: 1.01x faster
pickle_list 7.34 us 7.30 us: 1.01x faster
regex_v8 37.3 ms 37.1 ms: 1.01x faster
xml_etree_parse 248 ms 246 ms: 1.01x faster
2to3 412 ms 410 ms: 1.00x faster
python_startup_no_site 10.3 ms 10.3 ms: 1.00x faster
hexiom 10.4 ms 10.4 ms: 1.00x faster
python_startup 13.9 ms 13.9 ms: 1.00x faster
fannkuch 643 ms 646 ms: 1.01x slower
raytrace 470 ms 473 ms: 1.01x slower
genshi_xml 87.0 ms 87.6 ms: 1.01x slower
unpickle_list 7.90 us 7.95 us: 1.01x slower
chameleon 11.1 ms 11.2 ms: 1.01x slower
sympy_integrate 33.6 ms 33.9 ms: 1.01x slower
logging_format 10.7 us 10.7 us: 1.01x slower
sympy_sum 264 ms 266 ms: 1.01x slower
float 123 ms 125 ms: 1.01x slower
sympy_expand 756 ms 766 ms: 1.01x slower
nbody 153 ms 155 ms: 1.01x slower
sympy_str 464 ms 471 ms: 1.01x slower
scimark_fft 538 ms 546 ms: 1.02x slower
crypto_pyaes 125 ms 127 ms: 1.02x slower
regex_effbot 5.09 ms 5.19 ms: 1.02x slower
nqueens 138 ms 141 ms: 1.02x slower
scimark_lu 182 ms 187 ms: 1.03x slower
unpickle 21.8 us 22.4 us: 1.03x slower
regex_dna 343 ms 354 ms: 1.03x slower
pidigits 318 ms 334 ms: 1.05x slower
Geometric mean (ref) 1.00x faster

Benchmark hidden because not significant (14): telco, meteor_contest, sqlite_synth, pyflate, html5lib, dulwich_log, xml_etree_iterparse, go, genshi_text, sqlalchemy_declarative, logging_simple, pickle, tornado_http, sqlalchemy_imperative

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment