project-bluebird / bluebird

Server to communicate with NATS air traffic simulator and Bluesky
MIT License
10 stars 4 forks source link

Measure RTT (round-trip time) between requests and responses #52

Closed rkm closed 5 years ago

rkm commented 5 years ago

May help with debugging and performance. Can be logged to console and debug files.

rkm commented 5 years ago

Would be particularly useful for measuring the maximum rate we can call the STEP command at

rkm commented 5 years ago

Timeit function added to utils. Can be added as a decorator to any function.