codesenberg / bombardier

Fast cross-platform HTTP benchmarking tool written in Go
MIT License
6.03k stars 315 forks source link

fix: correct some namings #60

Closed baiwfg2 closed 4 years ago

baiwfg2 commented 4 years ago

msTaken seems to be the meaning of usTaken since it's obtained by nanoseconds()/1000

Another one, WaitGroup variable is often called wg. The name workers seems to collide with function worker()