Skip to content

Commit a2c90fd

Browse files
github-actions[bot]github-merge-queue[bot]carolynzech
authored
Update Kani Metrics (#244)
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]> Co-authored-by: Carolyn Zech <[email protected]>
1 parent db8e5a7 commit a2c90fd

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

+14-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525
"safe_fns_under_contract": 77,
2626
"verified_safe_fns_under_contract": 77,
2727
"total_functions_under_contract": 224
28+
},
29+
{
30+
"date": "2025-02-02",
31+
"total_unsafe_fns": 6987,
32+
"total_safe_abstractions": 1704,
33+
"total_safe_fns": 14666,
34+
"unsafe_fns_under_contract": 144,
35+
"verified_unsafe_fns_under_contract": 132,
36+
"safe_abstractions_under_contract": 41,
37+
"verified_safe_abstractions_under_contract": 41,
38+
"safe_fns_under_contract": 77,
39+
"verified_safe_fns_under_contract": 77,
40+
"total_functions_under_contract": 224
2841
}
2942
]
30-
}
43+
}

0 commit comments

Comments
 (0)