Skip to content

Instantly share code, notes, and snippets.

@markshannon
Created August 23, 2021 10:25
Show Gist options
  • Select an option

  • Save markshannon/38c3e93b2061824536a18472b024b74b to your computer and use it in GitHub Desktop.

Select an option

Save markshannon/38c3e93b2061824536a18472b024b74b to your computer and use it in GitHub Desktop.

Pyperformance benchamrks from Intel(R) Xeon(R) D-2141I CPU @ 2.20GHz with CPU isolation.

Benchmark 2021-08-17_22-55-main-3240bc62f4e0 2021-08-23_08-37-streamline-medium-ints-1f2d47c5b2d9
2to3 485 ms 488 ms: 1.00x slower
chaos 147 ms 144 ms: 1.02x faster
crypto_pyaes 177 ms 160 ms: 1.11x faster
deltablue 9.30 ms 9.15 ms: 1.02x faster
fannkuch 730 ms 740 ms: 1.01x slower
float 154 ms 151 ms: 1.02x faster
go 303 ms 302 ms: 1.01x faster
hexiom 13.5 ms 13.6 ms: 1.01x slower
json_dumps 22.2 ms 22.1 ms: 1.01x faster
json_loads 49.7 us 49.8 us: 1.00x slower
logging_format 11.3 us 11.3 us: 1.01x slower
mako 22.4 ms 22.3 ms: 1.01x faster
nqueens 156 ms 161 ms: 1.03x slower
pickle 17.4 us 16.6 us: 1.05x faster
pickle_dict 53.1 us 49.5 us: 1.07x faster
pickle_list 7.50 us 7.66 us: 1.02x slower
pickle_pure_python 649 us 654 us: 1.01x slower
pidigits 359 ms 333 ms: 1.08x faster
pyflate 964 ms 940 ms: 1.03x faster
python_startup 15.1 ms 15.1 ms: 1.00x faster
python_startup_no_site 10.3 ms 10.2 ms: 1.00x faster
regex_compile 261 ms 258 ms: 1.01x faster
regex_dna 349 ms 344 ms: 1.02x faster
regex_effbot 5.17 ms 5.46 ms: 1.06x slower
regex_v8 39.6 ms 40.6 ms: 1.02x slower
richards 108 ms 111 ms: 1.02x slower
scimark_fft 680 ms 669 ms: 1.02x faster
scimark_sor 302 ms 300 ms: 1.01x faster
scimark_sparse_mat_mult 8.91 ms 8.81 ms: 1.01x faster
spectral_norm 253 ms 242 ms: 1.04x faster
sympy_str 513 ms 516 ms: 1.01x slower
unpack_sequence 78.3 ns 80.2 ns: 1.02x slower
unpickle 24.2 us 24.4 us: 1.01x slower
unpickle_pure_python 471 us 468 us: 1.01x faster
Geometric mean (ref) 1.01x faster

Benchmark hidden because not significant (24): chameleon, django_template, dulwich_log, logging_silent, logging_simple, meteor_contest, nbody, pathlib, raytrace, scimark_lu, scimark_monte_carlo, sqlalchemy_declarative, sqlalchemy_imperative, sqlite_synth, sympy_expand, sympy_integrate, sympy_sum, telco, tornado_http, unpickle_list, xml_etree_parse, xml_etree_iterparse, xml_etree_generate, xml_etree_process

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