- Start acceptor
go run inbound/main.go --fixconfig cfg/inbound.cfg --samplesize 100000
- Start initiator
go run outbound/main.go --fixconfig cfg/outbound.cfg --samplesize 100000
- Track the performance metrics
OR
- Build executables
make all
- Run performance test
./run-inbound-perf.sh