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
Similarly to Netty (see #3547), VertServerRequest calls Uri.unsafeParse which is somewhat expensive. Below is a flamegraph from profiling the SimpleGet and SimpleGetMultiRoute performance tests:
The text was updated successfully, but these errors were encountered:
Similarly to Netty (see #3547),
VertServerRequest
callsUri.unsafeParse
which is somewhat expensive. Below is a flamegraph from profiling theSimpleGet
andSimpleGetMultiRoute
performance tests:The text was updated successfully, but these errors were encountered: