This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients corona10, ronaldoussoren
Date 2018-07-02.13:12:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530537123.58.0.56676864532.issue33955@psf.upfronthosting.co.za>
In-reply-to
Content
W.r.t. benchmarks: The full benchmark suite that's often used to assess the performance impact on real world code is: http://pyperformance.readthedocs.io

Running this takes some time, and the interesting bit is comparing the performance with and without your patch.

You could also test with a small script that uses the timeit module to run some code that performs a lot of function calls.
History
Date User Action Args
2018-07-02 13:12:03ronaldoussorensetrecipients: + ronaldoussoren, corona10
2018-07-02 13:12:03ronaldoussorensetmessageid: <1530537123.58.0.56676864532.issue33955@psf.upfronthosting.co.za>
2018-07-02 13:12:03ronaldoussorenlinkissue33955 messages
2018-07-02 13:12:03ronaldoussorencreate