-
Notifications
You must be signed in to change notification settings - Fork 443
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 fuzz tests for StorageVec::binary_search*
#867
Conversation
521582a
to
f5a7344
Compare
We found that bugs are usually already found with low numbers.
@@ -415,7 +415,7 @@ fuzz-tests: | |||
<<: *test-refs | |||
variables: | |||
# The QUICKCHECK_TESTS default is 100 | |||
QUICKCHECK_TESTS: 20000 | |||
QUICKCHECK_TESTS: 5000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this being reduced? What kind of time savings are we looking at?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the extended commit message. Current duration is ~15 minutes for this stage, I'd like to see how this reduces with this lower number.
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Follow-up for #836.