On 15.10.2020 15:50, Victor Stinner wrote: > Le mer. 14 oct. 2020 à 17:59, Antoine Pitrou <anto...@python.org> a écrit : >> unpack-sequence is a micro-benchmark. (...) > > I suggest removing it. > > I removed other similar micro-benchmarks from pyperformance in the > past, since they can easily be misunderstood and misleading. For > curious people, I'm keeping a collection of Python micro-benchmarks > at: > https://github.com/vstinner/pymicrobench
As mentioned, those micro benchmark are more helpful in identifying performance regressions than macro benchmarks, esp. when you find that a macro benchmark is showing issues. When you find that a macro benchmark isn't performing well anymore, it's very difficult understanding the cause and micro benchmarks help identify the reasons. So instead of removing them, I'd suggest to add them back to the suite or have them run in a separate suite, specifically called "micro benchmarks" to address you concern about people misinterpreting them. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Oct 15 2020) >>> Python Projects, Coaching and Support ... https://www.egenix.com/ >>> Python Product Development ... https://consulting.egenix.com/ ________________________________________________________________________ ::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/ _______________________________________________ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-le...@python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/python-committers@python.org/message/F6TXJOXW2HNA6ZB6PNIHCVHQLFAO5JWD/ Code of Conduct: https://www.python.org/psf/codeofconduct/