[CI scripts] Update reference values of benchmark performance.

This commit is contained in:
Zbigniew Chamski 2025-03-12 16:32:44 +01:00
parent a77974feb0
commit 372f7c84ec

View file

@ -19,10 +19,10 @@ iterations = None
# Keep it up-to-date with compiler version and core performance improvements
# Will fail if the number of cycles is different from this one
valid_cycles = {
"dhrystone_dual": 21226,
"dhrystone_single": 23624,
"coremark_dual": 1194262,
"coremark_single": 1291549,
"dhrystone_dual": 21176,
"dhrystone_single": 23524,
"coremark_dual": 1194268,
"coremark_single": 1291566,
"dhrystone_cv32a65x": 35952,
"dhrystone_cv32a60x": 38856,
}