dafny-lang / dafny-reportgenerator

A tool for analyzing and reporting on Dafny, especially the results of verification
MIT License
3 stars 4 forks source link

Add support for stability analysis #6

Closed atomb closed 2 years ago

atomb commented 2 years ago

Add two new options for stability analysis

The --max-resource-stddev and --max-duration-stddev flags to the summarize-csv-results command set the maximum value of the standard deviation of the resource count and duration measurements, respectively.

Since each verification execution generates a new CSV file, and the report generator reads all CSV files found, by default, we can just run verification several times to have several measurements for each Dafny proof obligation batch.