Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Benchmark

Required tools

Usage

Install

bo build -o benchmark

TCP

choose a server machine to run, host such as 192.168.100.120.

./benchmark --kind=tcp --mode=server

choose a client machine to run, host such as 192.168.100.121.

./benchmark --kind=tcp --mode=client --host=192.168.100.120 --out=.

HTTP

choose a server machine to run, host such as 192.168.100.120.

./benchmark --kind=http --mode=server

choose a client machine to run, host such as 192.168.100.121.

./benchmark --kind=http --mode=client --host=192.168.100.120 --out=.