python / pyperformance

Python Performance Benchmark Suite
http://pyperformance.readthedocs.io/
MIT License
869 stars 175 forks source link

Make Windows a non-experimental platform in CI #366

Closed mdboom closed 3 weeks ago

mdboom commented 4 weeks ago

This also fixes various things about the benchmarks so the unit tests pass on Windows.

kumaraditya303 commented 4 weeks ago

There's a failing CI of pypy which seems related to this

mdboom commented 4 weeks ago

There's a failing CI of pypy which seems related to this

Yeah -- I don't think there is a version of dask that is new enough to be compatible with Windows but old enough to work with PyPy. I'm trying to figure out how to mark the benchmark as CPython-only, but I'm not sure there is a way.