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

extra::test: handle slow benchmarks more gracefully. #10952

Merged
merged 1 commit into from
Dec 15, 2013

Conversation

huonw
Copy link
Member

@huonw huonw commented Dec 13, 2013

This makes sure we always run benchmarks even if they are predicted to
take a long time, so that we have some non-zero time to display
(although the error bars may be huge for particularly slow benchmarks).

Fixes #9532.

This makes sure we always run benchmarks even if they are predicted to
take a long time, so that we have some non-zero time to display
(although the error bars may be huge for particularly slow benchmarks).

Fixes rust-lang#9532.
bors added a commit that referenced this pull request Dec 14, 2013
This makes sure we always run benchmarks even if they are predicted to
take a long time, so that we have some non-zero time to display
(although the error bars may be huge for particularly slow benchmarks).

Fixes #9532.
@bors bors closed this Dec 15, 2013
@bors bors merged commit 79739d9 into rust-lang:master Dec 15, 2013
@huonw huonw deleted the 1ms-bench branch February 25, 2014 05:28
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 30, 2023
Don't lint `excessive_precision` on inf

Fixes rust-lang#9910

changelog: [`excessive_precision`]: No longer lints overflowing literals
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

Successfully merging this pull request may close these issues.

Benchmark doesn't handle code taking >1ms
3 participants