package
2.4.4
Repository: https://github.com/huangjunwen/nproto.git
Documentation: pkg.go.dev

# README

Bench Natsrpc

This program is used to bench natsrpc's performance under different parameters. See command line options for detail.

Some examples:

100 go routines and payload of 1 byte

p100_l1

1000 go routines and payload of 1 byte

p1000_l1

100 go routines and payload of 1000 bytes

p100_l1000

1000 go routines and payload of 1000 bytes

p1000_l1000