Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

gRPC Sample

gRPC

Usage

  1. Build the native image using mvn package -Pnative.
  2. Run the native image using ./target/grpc.
  3. Use tools like BloomRPC to test the service.

Native image summary

  • Size: 47.8MB
  • Startup time: 0.124s (0.96s for JVM mode)
  • Memory: 24.8MB (96MB for JVM mode)