-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
make shootout-k-nucleotide.rs pass official test #13206
Conversation
Oops, my fault, didn't test on empty input. Fixed in the branch. |
Maybe these shootout benchmarks should get some |
Correct printing (sort, new lines), reading on stdin.
@huonw pros: more robust, good rust example, cons: bigger code in the shootout stats. I personally like the idea, I'll try to test thinks in my future shootout PR. |
As said in #10393, some bench block on android. Looking at the tests, it seems to be because reading on stdin on a normal |
Correct printing (sort, new lines), reading on stdin, s/i32/uint/, ignore-android because it reads stdin
@cmr |
…crichton Correct printing (sort, new lines), reading on stdin.
Correct printing (sort, new lines), reading on stdin.