[Python-Dev] Benchmarking Python and micro-optimizations
Victor Stinner
victor.stinner at gmail.com
Sat Oct 22 02:47:24 EDT 2016
More information about the Python-Dev mailing list
Sat Oct 22 02:47:24 EDT 2016
- Previous message (by thread): [Python-Dev] Benchmarking Python and micro-optimizations
- Next message (by thread): [Python-Dev] Have I got my hg dependencies correct?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I removed all old benchmarks results and I started to run manually benchmarks. The timeline view is interesting to investigate performance regression: https://speed.python.org/timeline/#/?exe=3&ben=grid&env=1&revs=50&equid=off&quarts=on&extr=on For example, it seems like call_method became slower between Oct 9 and Oct 20: 35.9 ms => 59.9 ms: https://speed.python.org/timeline/#/?exe=3&ben=call_method&env=1&revs=50&equid=off&quarts=on&extr=on I don't know well the hardware of the benchmark runner, so maybe it's an issue with the server running benchmarks? Victor
- Previous message (by thread): [Python-Dev] Benchmarking Python and micro-optimizations
- Next message (by thread): [Python-Dev] Have I got my hg dependencies correct?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list