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
Don't run requests through configuration middleware
While working on another PR that introduces another configuration middleware it dawned on me that we preferably don't requests through middleware that don't do anything.
This change will filter it out those middleware before they are passed into the MiddlewareRunner.
While running benchmarks I gained around a 10% requests per second gain when running it against example 63.
0 commit comments