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

Add ignore_timeout setting #118

Merged
merged 3 commits into from May 27, 2019
Merged

Add ignore_timeout setting #118

merged 3 commits into from May 27, 2019

Conversation

smarr
Copy link
Owner

@smarr smarr commented May 27, 2019

For some benchmark configurations timeouts may be expected, for instance, when optimization are disabled. In such cases, timeouts may be acceptable and can be ignored.

This setting should however be used carefully to avoid missing unexpected timeouts or optimization problems.

smarr added 2 commits May 25, 2019 17:40
Signed-off-by: Stefan Marr <git@stefan-marr.de>
Signed-off-by: Stefan Marr <git@stefan-marr.de>
@smarr smarr added the Feature label May 27, 2019
@smarr smarr added this to the v1.0 - Foundation milestone May 27, 2019
@smarr smarr self-assigned this May 27, 2019
@coveralls
Copy link

coveralls commented May 27, 2019

Coverage Status

Coverage decreased (-0.1%) to 85.8% when pulling dd19705 on timeout into 23a3b33 on master.

- including tests and documentation

The goal is to be able to add in the configuration that it is fine for certain runs to timeout. This can happen for long running benchmarks, which produce some data, but run too long, and the remaining data would not add more insight.

Signed-off-by: Stefan Marr <git@stefan-marr.de>
@smarr smarr merged commit 61673a6 into master May 27, 2019
@smarr smarr deleted the timeout branch May 27, 2019 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants