-
Notifications
You must be signed in to change notification settings - Fork 308
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
Improve and generalize specialization testing utilities. #766
Comments
I'm definitely gonna work on improving specialization tests (as mentioned) and benchmarks (at some point). |
After working on So I think it would be valuable to have a way to generate small iterators, especially for specialization tests which I expect to be slower if we want to test against more than fresh iterators. This is merely a though I had, I did not work on it yet. |
The simplest thing we can do, right now, is to To totally discard a test, see this guidance in the quickcheck readme: https://github.com/BurntSushi/quickcheck#discarding-test-results-or-properties-are-polymorphic |
Thanks! ...I guess I simply forgot about |
If #786 is not enough to extend our specialization benchmarking, we'll make another PR. |
This issue tracks two complimentary directions for improving our specialization tests:
The text was updated successfully, but these errors were encountered: