Results 963 comments of Ned Batchelder

@markshannon Is there any news about this?

@iritkatriel perhaps you have some idea?

@gaogaotiantian Thanks. I tried #114986, and it didn't run faster. I used the https://github.com/Quansight-Labs/ndindex repo test suite: 3.11: 160s 3.12: 255s 3.13 main: 248s pr114986: 245s I wish I had...

I will do more tests, but the ultimate goal is to perform better in real-world scenarios. Here is more data from a subset of the test suite (`-k test_chunking`), which...

I'm having a hard time re-creating the scenarios I used before :(

Coverage.py has an overnight job that runs its test suite on nightly builds of Python, including 3.13 and 3.14 now: https://github.com/nedbat/coveragepy/actions/runs/9265205433 There isn't a timing test in there though.

I have a benchmarking framework, but it's fragile. I will try to patch it up later this week.

I ran benchmarks again on 3.11, 3.12, and 3.13: | cov | proj | python3.11 | python3.12 | python3.13 | 3.12 vs 3.11 | 3.13 vs 3.12 | |:------|:----------|-------------:|-------------:|-------------:|---------------:|---------------:| |...

Will you be fixing the failing tests?