dapr/dapr

Add gRPC performance test for Service Invocation

Open

#1,787 opened on Jul 15, 2020

View on GitHub
 (20 comments) (0 reactions) (1 assignee)Go (2,064 forks)batch import
P2area/test/performancegood first issue

Repository metrics

Stars
 (25,672 stars)
PR merge metrics
 (Avg merge 2d 19h) (63 merged PRs in 30d)

Description

Dapr currently has a performance test that details the added latency for the Dapr sidecar. This test has the user app invoke Dapr over HTTP.

This issue is to add the same test only with the app invoking Dapr via gRPC.

Contributor guide