Skip to content

Using VSCode extension to measure variability (e.g. verificationLogger, randomSeedIterations) #437

Answered by MikaelMayer
CarlKCarlK asked this question in Q&A
Discussion options

You must be logged in to vote

You should use the dafny-reportgenerator tool. It's a bit heavyweight but can summarize the results nicely.

What it does is that it regroups results for a single method, so you can see how many times they fail and how many time they succeed.
If you have 1 success and 9 failures for a single method, it's that your proofs are brittle. If you have 10 successes and 0 failures, your proofs are currently stable.
If you have 0 success and 10 failures, Dafny can't prove it.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MikaelMayer
Comment options

Answer selected by CarlKCarlK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants