-
Notifications
You must be signed in to change notification settings - Fork 39
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
More tests #176
More tests #176
Conversation
A few observations:
Overall:
|
…rst_foldleftright which will then have a 100MB+ log
This PR
IntTree
test.Edit: I've now also
Then we have one runner for the expect tests in the CI - while other runners can reuse (some of) the same tests,
e.g., for local shrinker benchmarking.
Here's the
diff -y
of the new test outputs. Note how QCheck2's int shrinking strategy generally spendsless successful shrinking steps (again) - as have been discussed in, e.g., PR #153 and #173:
As a bonus, there are also pretty (and completely identical) histograms to be found:
Edit: This again builds on top of #172 and #174 (merge! merge! 😄)