Replies: 1 comment 1 reply
-
@fage88 it looks like it's milliseconds: https://github.com/kenju/artillery-engine-grpc/blob/master/index.js#L134 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an API I have implemented in both REST and gRPC.
I am trying to load test them to prove which is more performant.
I am using artillery and the grpc plugin to accomplish this.
The output I get for my gRPC load test is
But I am not 100% sure what time unit the
engine.grpc.response_time
value is in. My guess is it is in nano seconds but I am not sure.Can anyone let me know what this value is in or if there is a way in my config where I define the grpc engine can I set the time units?
Beta Was this translation helpful? Give feedback.
All reactions