You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sasha Lopoukhine edited this page Nov 4, 2024
·
1 revision
We don't currently have a coherent story on performance measurements, but would love help with this. Ideally, it would be good to establish two key workflows:
regular benchmarking and data collection
a profiling setup to dig into performance regressions/opportunities
Regular Benchmarking
The best tool for benchmarking Python frameworks over time seems to be Air Speed Velocity.
We experimented with using it from the same repo as the framework, but the better move is likely to set up a separate repo to collect the measurements.
We would love some help setting this up!
Profiling
It's not clear that there's a single winner for best benchmarking tool.
Here's a list of things that kind of work: