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
Run RPS mode with all warm start (RpsColdStartRatioPercentage is 0) and RPS of 1.
Expected behavior
Fast warmups after stabilization period (~5ms)
Observed behavior
Big delay, ~50ms
Additional notes
It's been reported that this problem diminishes with higher RPS.
A possible cause is the switch to new gRPC invocation semantics using client instead of connection establishment.
The text was updated successfully, but these errors were encountered:
Version
main
branchSteps to reproduce
Run RPS mode with all warm start (
RpsColdStartRatioPercentage
is 0) andRPS
of 1.Expected behavior
Fast warmups after stabilization period (~5ms)
Observed behavior
Big delay, ~50ms
Additional notes
It's been reported that this problem diminishes with higher RPS.
A possible cause is the switch to new gRPC invocation semantics using client instead of connection establishment.
The text was updated successfully, but these errors were encountered: