Last active
April 30, 2025 06:36
-
-
Save mattip/ddea7bcc455218a7487e8767675fc289 to your computer and use it in GitHub Desktop.
commit 6ccbd45e79cb pickle benchmarks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# commit 6ccbd45e79cb | |
# running runner.py --baseline ../pypy3.11-v7.3.19-linux64/bin/pypy --changed /tmp/venv311pypy/bin/pypy -b \ | |
# pickle,pickle_dict,pickle_list,cpython_doc,unpickle,unpickle_list | |
{ | |
"revision": null, | |
"results": [ | |
[ | |
"sphinx", | |
"RawResult", | |
{ | |
"base_times": [ | |
61.721096992492676 | |
], | |
"changed_times": [ | |
89.35762929916382 | |
] | |
} | |
], | |
[ | |
"pickle", | |
"ComparisonResult", | |
{ | |
"min_base": 0.18727397918701172, | |
"min_changed": 1.231990098953247, | |
"delta_min": "6.5785x slower", | |
"avg_base": 0.19884551525115968, | |
"avg_changed": 1.258382692337036, | |
"delta_avg": "6.3284x slower", | |
"t_msg": "Significant (t=-235.646444, a=0.95)\n", | |
"std_base": 0.027574956755878444, | |
"std_changed": 0.015825851539687005, | |
"delta_std": "1.7424x smaller", | |
"timeline_link": null | |
} | |
], | |
[ | |
"pickle_dict", | |
"ComparisonResult", | |
{ | |
"min_base": 0.860903263092041, | |
"min_changed": 0.5029938220977783, | |
"delta_min": "1.7116x faster", | |
"avg_base": 0.8848760604858399, | |
"avg_changed": 0.526200156211853, | |
"delta_avg": "1.6816x faster", | |
"t_msg": "Significant (t=132.384981, a=0.95)\n", | |
"std_base": 0.011952698196649788, | |
"std_changed": 0.014971944734360868, | |
"delta_std": "1.2526x larger", | |
"timeline_link": null | |
} | |
], | |
[ | |
"pickle_list", | |
"ComparisonResult", | |
{ | |
"min_base": 0.2617471218109131, | |
"min_changed": 0.39868593215942383, | |
"delta_min": "1.5232x slower", | |
"avg_base": 0.26879738330841063, | |
"avg_changed": 0.4114997863769531, | |
"delta_avg": "1.5309x slower", | |
"t_msg": "Significant (t=-66.017934, a=0.95)\n", | |
"std_base": 0.01451348125987273, | |
"std_changed": 0.004793554520321971, | |
"delta_std": "3.0277x smaller", | |
"timeline_link": null | |
} | |
], | |
[ | |
"unpickle", | |
"ComparisonResult", | |
{ | |
"min_base": 0.27586984634399414, | |
"min_changed": 0.42934226989746094, | |
"delta_min": "1.5563x slower", | |
"avg_base": 0.29361226558685305, | |
"avg_changed": 0.460167555809021, | |
"delta_avg": "1.5673x slower", | |
"t_msg": "Significant (t=-53.842637, a=0.95)\n", | |
"std_base": 0.016971824084155367, | |
"std_changed": 0.013798717870548934, | |
"delta_std": "1.2300x smaller", | |
"timeline_link": null | |
} | |
], | |
[ | |
"unpickle_list", | |
"ComparisonResult", | |
{ | |
"min_base": 0.1432502269744873, | |
"min_changed": 0.2722156047821045, | |
"delta_min": "1.9003x slower", | |
"avg_base": 0.14727413177490234, | |
"avg_changed": 0.28355433940887453, | |
"delta_avg": "1.9254x slower", | |
"t_msg": "Significant (t=-76.412756, a=0.95)\n", | |
"std_base": 0.010082629628012513, | |
"std_changed": 0.007574936303065345, | |
"delta_std": "1.3311x smaller", | |
"timeline_link": null | |
} | |
] | |
], | |
"options": "", | |
"branch": "default", | |
"revision_date": "2025-04-30 06:13:44.574228" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment