Skip to content

Latest commit

 

History

History

echo-grpc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

echo-grpc

An example that includes an echo gRPC streaming server and a minimal benchmark binding.

Benchmark

In one terminal, run:

cargo run --release --bin echo-grpc-server -- --config echo-grpc/Server.example.toml

In a second terminal:

cargo run --release --bin bft-bench-echo -- --config echo-grpc/Benchmark.example.toml