Skip to content

Commit

Permalink
Update Kani Metrics (model-checking#246)
Browse files Browse the repository at this point in the history
This is an automated PR to update Kani metrics.

The metrics have been updated by running `./scripts/run-kani.sh --run
metrics`.

Co-authored-by: github-merge-queue <[email protected]>
  • Loading branch information
1 parent ff0b5bf commit 10424a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/kani-std-analysis/metrics-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@
"safe_fns_under_contract": 77,
"verified_safe_fns_under_contract": 77,
"total_functions_under_contract": 225
},
{
"date": "2025-02-16",
"total_unsafe_fns": 6987,
"total_safe_abstractions": 1704,
"total_safe_fns": 14666,
"unsafe_fns_under_contract": 192,
"verified_unsafe_fns_under_contract": 132,
"safe_abstractions_under_contract": 41,
"verified_safe_abstractions_under_contract": 41,
"safe_fns_under_contract": 77,
"verified_safe_fns_under_contract": 77,
"total_functions_under_contract": 273
}
]
}

0 comments on commit 10424a1

Please sign in to comment.