Skip to content

Instantly share code, notes, and snippets.

@markshannon
Created April 20, 2022 15:21
Show Gist options
  • Save markshannon/814a09f23bced759fc1697b71b8f6dde to your computer and use it in GitHub Desktop.
Save markshannon/814a09f23bced759fc1697b71b8f6dde to your computer and use it in GitHub Desktop.
Benchmark 2022-04-19_18-02-main-da6c78584b1f 2022-04-19_02-24-nogil-f9dbb92afafc
richards 81.3 ms 70.0 ms: 1.16x faster
pickle_dict 50.0 us 45.5 us: 1.10x faster
pickle_list 7.45 us 6.89 us: 1.08x faster
xml_etree_parse 245 ms 227 ms: 1.08x faster
logging_silent 167 ns 156 ns: 1.07x faster
pidigits 331 ms 317 ms: 1.04x faster
xml_etree_iterparse 164 ms 159 ms: 1.03x faster
regex_dna 357 ms 348 ms: 1.03x faster
python_startup_no_site 10.1 ms 10.3 ms: 1.01x slower
regex_v8 38.0 ms 38.6 ms: 1.02x slower
pickle 16.5 us 17.0 us: 1.03x slower
regex_effbot 4.83 ms 5.20 ms: 1.08x slower
json_dumps 21.0 ms 23.1 ms: 1.10x slower
sympy_expand 769 ms 866 ms: 1.13x slower
xml_etree_generate 134 ms 151 ms: 1.13x slower
pickle_pure_python 505 us 579 us: 1.15x slower
python_startup 13.7 ms 15.7 ms: 1.15x slower
pathlib 30.6 ms 35.9 ms: 1.17x slower
telco 10.9 ms 12.9 ms: 1.18x slower
sqlalchemy_imperative 29.1 ms 34.9 ms: 1.20x slower
unpickle_list 7.91 us 9.59 us: 1.21x slower
sympy_str 462 ms 561 ms: 1.21x slower
unpickle_pure_python 385 us 473 us: 1.23x slower
dulwich_log 106 ms 130 ms: 1.23x slower
hexiom 10.8 ms 13.2 ms: 1.23x slower
chameleon 11.2 ms 13.8 ms: 1.24x slower
go 231 ms 287 ms: 1.25x slower
xml_etree_process 94.3 ms 119 ms: 1.27x slower
json_loads 43.7 us 55.4 us: 1.27x slower
sympy_integrate 33.4 ms 42.4 ms: 1.27x slower
unpack_sequence 74.9 ns 95.1 ns: 1.27x slower
sqlite_synth 4.13 us 5.26 us: 1.27x slower
logging_simple 9.60 us 12.2 us: 1.27x slower
meteor_contest 175 ms 223 ms: 1.28x slower
tornado_http 166 ms 213 ms: 1.28x slower
logging_format 10.5 us 13.5 us: 1.29x slower
django_template 55.5 ms 71.7 ms: 1.29x slower
scimark_sor 195 ms 256 ms: 1.31x slower
nqueens 142 ms 190 ms: 1.34x slower
sympy_sum 262 ms 352 ms: 1.34x slower
fannkuch 626 ms 857 ms: 1.37x slower
scimark_fft 558 ms 765 ms: 1.37x slower
scimark_lu 190 ms 261 ms: 1.38x slower
raytrace 497 ms 716 ms: 1.44x slower
unpickle 21.9 us 31.6 us: 1.44x slower
scimark_sparse_mat_mult 7.49 ms 11.0 ms: 1.46x slower
float 127 ms 186 ms: 1.46x slower
deltablue 6.40 ms 9.41 ms: 1.47x slower
regex_compile 218 ms 323 ms: 1.48x slower
sqlalchemy_declarative 221 ms 339 ms: 1.53x slower
crypto_pyaes 135 ms 208 ms: 1.53x slower
chaos 115 ms 178 ms: 1.54x slower
2to3 413 ms 641 ms: 1.55x slower
spectral_norm 168 ms 261 ms: 1.55x slower
scimark_monte_carlo 114 ms 179 ms: 1.57x slower
pyflate 679 ms 1.08 sec: 1.59x slower
mako 17.1 ms 28.4 ms: 1.66x slower
nbody 149 ms 307 ms: 2.06x slower
Geometric mean (ref) 1.25x slower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment