STINNER Victor added the comment:

Well, it was simpler than I expected to implement calibration. Here is a PoC 
for regex_v8 and json_dump_v2.

json_dump_v2 takes 3 seconds per run, but it already uses internally 100 loop 
iterations. I divided the number of iterations by 100 in my patch.

----------
keywords: +patch
Added file: http://bugs.python.org/file41790/perf_calibration.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26275>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to