Skip to content

quickfixgo/perf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published