Open fmassot opened 3 years ago
Currently, artillery-core detect time out responses by comparing two times based on SystemTime, see code
But using SystemTime to detect time out could lead to weird behavior as it is not monotonic. Would be nice to use Instant instead.
Instant
Currently, artillery-core detect time out responses by comparing two times based on SystemTime, see code
But using SystemTime to detect time out could lead to weird behavior as it is not monotonic. Would be nice to use
Instant
instead.