python / pyperformance

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

Extend async tree benchmarks to cover eager task execution #279

Closed itamaro closed 1 year ago

itamaro commented 1 year ago

goes along with https://github.com/python/cpython/issues/97696 (implemented in https://github.com/python/cpython/pull/102853)

this change to pyperformance was used to measure the impact of the eager task execution feature.

willingc commented 1 year ago

LGTM. Thanks @itamaro

itamaro commented 1 year ago

with https://github.com/python/cpython/pull/102853 merged, I think this PR can be merged now so we can continue benchmarking this feature