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
Our organization is migrating high-traffic services from JSON-over-HTTP to gRPC, and we currently cannot use our existing Artillery test suites for these services. I'd like to request native gRPC support in Artillery to maintain our performance testing capabilities during this transition.
Use Cases:
Load testing gRPC services with the same ease as HTTP endpoints
Support for unary RPC calls
Support for server-streaming, client-streaming, and bidirectional-streaming RPCs
Ability to reuse existing protobuf definitions
Performance metrics collection specific to gRPC calls