Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Instant instead of SystemTime for timeout #49

Open
fmassot opened this issue Jun 18, 2021 · 0 comments
Open

Using Instant instead of SystemTime for timeout #49

fmassot opened this issue Jun 18, 2021 · 0 comments

Comments

@fmassot
Copy link

fmassot commented Jun 18, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant