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
Running httpbin as a target for integration and performance tests provides a huge overhead in terms of startup and response bottleneck. Replacing it with an application that could handle the traffic and startup better would allow us to get more meaningful results from performance tests, as well as decrease the time that integration tests take.
Reasons
Httpbin startup takes a long time
We don't use the full capabilities of httpbin application
Httpbin memory and cpu load hits maximum during performance tests and the autoscaling does not compensate for this, meaning that the tests don't test our setup limits, but httpbin limits instead
Description
Running
httpbin
as a target for integration and performance tests provides a huge overhead in terms of startup and response bottleneck. Replacing it with an application that could handle the traffic and startup better would allow us to get more meaningful results from performance tests, as well as decrease the time that integration tests take.Reasons
DoD:
Follow up(s)
The text was updated successfully, but these errors were encountered: