nighthawk
nighthawk copied to clipboard
Unit tests for computeFirstWorkerStart() and computeInterWorkerDelay()
In https://github.com/envoyproxy/nighthawk/pull/573 two methods have been extracted to avoid the dynamic_delay extension from growing more complex:
ProcessImpl::computeFirstWorkerStart()ProcessImpl::computeInterWorkerDelay()
While these are covered in tests indirectly, it would be good to directly unit-test those to ensure their input/output is correct.