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
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
It would be useful to implement this benchmarking suite for mu-haskell as well; to see how well it fares against implementations in other languages and to catch performance regression issues.
The text was updated successfully, but these errors were encountered:
Given we need to implement specific protobuf services, I thought it would be more ergonomic to put them in mu-haskell as that's where the protobuf generation code lives right?
Feel free to try and send a PR. This will also help us enormously to see if somebody else outside of the maintainer group can work with the given API :)
Official gRPC implementations are benchmarked against a standard benchmarking suite.
https://grpc.io/docs/guides/benchmarking/
https://github.com/grpc/grpc/tree/master/src/proto/grpc/testing
It would be useful to implement this benchmarking suite for
mu-haskell
as well; to see how well it fares against implementations in other languages and to catch performance regression issues.The text was updated successfully, but these errors were encountered: