Skip to content

Commit eef04d8

Browse files
Update Kani Metrics (model-checking#257)
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 b764eeb commit eef04d8

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
@@ -64,6 +64,19 @@
6464
"safe_fns_under_contract": 77,
6565
"verified_safe_fns_under_contract": 77,
6666
"total_functions_under_contract": 273
67+
},
68+
{
69+
"date": "2025-02-23",
70+
"total_unsafe_fns": 6987,
71+
"total_safe_abstractions": 1704,
72+
"total_safe_fns": 14666,
73+
"unsafe_fns_under_contract": 192,
74+
"verified_unsafe_fns_under_contract": 132,
75+
"safe_abstractions_under_contract": 41,
76+
"verified_safe_abstractions_under_contract": 41,
77+
"safe_fns_under_contract": 77,
78+
"verified_safe_fns_under_contract": 77,
79+
"total_functions_under_contract": 273
6780
}
6881
]
6982
}

0 commit comments

Comments
 (0)