Open
Description
I noticed our CI workflows have gotten slower lately. I did some investigations and found it happened on Apr 1st and so far I was able to isolate it to when we upgraded coverage from 7.6.12 to 7.8.0
In short, previously our tests took 10-15 min. now they take ~15-20 min:


I think we have added 1.5% more tests in the past month, so I ran all the tests we have today in main under multiple versions of the coverage library:

We use Python 3.12.7 and fwiw we run tests with COVERAGE_CORE=sysmon
since Mar 2024.
I'd appreciate any suggestions in helping either me or you figure this out.