Test the async grpc call performance for different framework. Start grpc server by running standalone pravega.
-
test-grpc-cpp-benchmark
C++ implementation from example-vcpkg-grpc as benchmark.
-
test-grpc-cpp
C++ implementation using asio-grpc and std::future.
-
test-grpc-rust-pravega
Rust implementation with pravega-client-rust.
-
test-grpc-rust-pravega
Rust implementation with create scope logic only of pravega-client-rust for comparison.