Skip to content

Commit bf524fe

Browse files
Update Kani Metrics (model-checking#268)
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]>
1 parent 4cec565 commit bf524fe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

scripts/kani-std-analysis/metrics-data.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,19 @@
9090
"safe_fns_under_contract": 77,
9191
"verified_safe_fns_under_contract": 75,
9292
"total_functions_under_contract": 273
93+
},
94+
{
95+
"date": "2025-03-09",
96+
"total_unsafe_fns": 7214,
97+
"total_safe_abstractions": 1731,
98+
"total_safe_fns": 15197,
99+
"unsafe_fns_under_contract": 192,
100+
"verified_unsafe_fns_under_contract": 132,
101+
"safe_abstractions_under_contract": 41,
102+
"verified_safe_abstractions_under_contract": 41,
103+
"safe_fns_under_contract": 77,
104+
"verified_safe_fns_under_contract": 75,
105+
"total_functions_under_contract": 273
93106
}
94107
]
95108
}

0 commit comments

Comments
 (0)