Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 409 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 409 Bytes

Performance Testing Frameworks for QuickFIX/Go

Running

  1. Start acceptor
go run inbound/main.go --fixconfig cfg/inbound.cfg  --samplesize 100000
  1. Start initiator
go run outbound/main.go --fixconfig cfg/outbound.cfg --samplesize 100000
  1. Track the performance metrics

OR

  1. Build executables
make all
  1. Run performance test
./run-inbound-perf.sh