Skip to content

Commit 18c4e95

Browse files
Update Kani Metrics (#276)
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 01e61b0 commit 18c4e95

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

+13
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,19 @@
103103
"safe_fns_under_contract": 77,
104104
"verified_safe_fns_under_contract": 75,
105105
"total_functions_under_contract": 273
106+
},
107+
{
108+
"date": "2025-03-16",
109+
"total_unsafe_fns": 7214,
110+
"total_safe_abstractions": 1731,
111+
"total_safe_fns": 15197,
112+
"unsafe_fns_under_contract": 192,
113+
"verified_unsafe_fns_under_contract": 132,
114+
"safe_abstractions_under_contract": 41,
115+
"verified_safe_abstractions_under_contract": 41,
116+
"safe_fns_under_contract": 77,
117+
"verified_safe_fns_under_contract": 75,
118+
"total_functions_under_contract": 273
106119
}
107120
]
108121
}

0 commit comments

Comments
 (0)