Skip to content

Using Instant instead of SystemTime for timeout #49

@fmassot

Description

@fmassot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions