-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRPC experimental module #3107
GRPC experimental module #3107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just if we can fix the one dependancy
0167ce4
to
9d58823
Compare
Codecov Report
@@ Coverage Diff @@
## master #3107 +/- ##
==========================================
+ Coverage 73.72% 73.74% +0.02%
==========================================
Files 241 241
Lines 18461 18457 -4
==========================================
+ Hits 13610 13612 +2
+ Misses 3978 3972 -6
Partials 873 873
Flags with carried forward coverage won't be shown. Click here to find out more.
|
What?
This PR brings the experimental GRPC module to a k6.
How to try?
Build a k6
go build .
Run an example service.
go run -mod=mod examples/grpc_server/*.go
and
or
Why?
Related: #2020