Skip to content

Commit

Permalink
Update daprdocs/content/en/operations/performance-and-scalability/per…
Browse files Browse the repository at this point in the history
…f-service-invocation.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
  • Loading branch information
yaron2 and msfussell authored Jan 8, 2025
1 parent c52b0e6 commit d43df22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ In the test setup, requests went through the Dapr sidecar both on the client sid
mTLS and telemetry (tracing with a sampling rate of 0.1) and metrics were enabled on the Dapr test, and disabled for the baseline test.

The Dapr sidecar uses 0.45 vCPU and 38Mb per 1000 requests per second.

End-to-end, the Dapr sidecars (client and server) add ~1.20 ms to the 90th percentile latency, and ~2.50 ms to the 99th percentile latency. End-to-end here is a call from one app to another app receiving a response. This is shown by steps 1-7 in [this diagram]({{< ref service-invocation-overview.md >}}).

This performance is on par or better than commonly used service meshes.

0 comments on commit d43df22

Please sign in to comment.