-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
minIterationDuration must not apply in setup() and teardown() #1003
Comments
cuonglm
added a commit
that referenced
this issue
Sep 25, 2019
cuonglm
added a commit
that referenced
this issue
Sep 25, 2019
cuonglm
changed the title
minIterationDuration shouldn't apply in setup() and teardown()
minIterationDuration must not apply in setup() and teardown()
Sep 25, 2019
cuonglm
added a commit
that referenced
this issue
Sep 25, 2019
cuonglm
added a commit
that referenced
this issue
Sep 25, 2019
cuonglm
added a commit
that referenced
this issue
Sep 25, 2019
cuonglm
added a commit
that referenced
this issue
Sep 26, 2019
cuonglm
added a commit
that referenced
this issue
Sep 26, 2019
cuonglm
added a commit
that referenced
this issue
Sep 27, 2019
Close #1003 js: drop *lib.State return from runFn The state returned by runFn is never used anywhere, so drop it.
cuonglm
added a commit
that referenced
this issue
Sep 27, 2019
Close #1003 js: drop *lib.State return from runFn The state returned by runFn is never used anywhere, so drop it.
cuonglm
added a commit
that referenced
this issue
Oct 18, 2019
js: skip minIterationDuration in setup/teardown Close #1003
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As this user reported in the community forum,
minIterationDuration
affectssetup()
andteardown()
. That shouldn't be the case, it should only affect normal iterations.The text was updated successfully, but these errors were encountered: