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
ramping.py attempts to call RequestStats.sum_stats() in 3 different places. This is no longer a valid call after the refactoring of the request statistics code
Since it's broken in the current version I think we should either fix it + document it, or cut it out. I'm leaning more towards cutting it out to keep the core features smaller, and hopefully be able to provide the possibility to add this kind of functionality through plugins in the future.
ramping.py attempts to call RequestStats.sum_stats() in 3 different places. This is no longer a valid call after the refactoring of the request statistics code
d1cc5ac
The text was updated successfully, but these errors were encountered: