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

tests(s2n-quic-core): update kani to 0.21 #1628

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Feb 10, 2023

Description of changes:

Kani 0.21 was released recently and this is upgrading our version to that. With it, includes the ability to override the solver. After running some performance tests locally, we saw a reduction in proof time for every single one of our proofs by using the kissat solver instead of the default (minisat). I was even able to enable the vectored_copy proof, which was previously marked with cfg(kani_slow) as well as expand the spsc proof to include more checks, which as also gated behind cfg(kani_slow).

Testing:

I tested this all locally. Kani is also part of our CI.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft marked this pull request as ready for review February 10, 2023 22:05
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.

2 participants