Message 387886 - Python tracker

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.

Content
I was curious about the performance impact on a non-AMD64 platform.  I run pyperformance using an AWS t4g.micro instance.  That's an ARM64 CPU.  I did four sets of runs in total and the results seem repeatable, even given the vitalization.  I don't know why xml_etree_iterparse is significantly slower.  Seems like a spurious anomaly.

I was going to try on a m6g.metal instance (bare metal, no virtualization) by my AWS account doesn't allow that many vCPUs it seems.