benchmarks: update expected values

This commit is contained in:
Côme Allart 2025-04-17 17:37:38 +02:00
parent d125a3f7f8
commit c80f6b6d5e

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": 18935,
"dhrystone_single": 24127,
"coremark_dual": 1001191,
"coremark_single": 1300030,
"dhrystone_dual": 17159,
"dhrystone_single": 22407,
"coremark_dual": 981777,
"coremark_single": 1294524,
"dhrystone_cv32a65x": 30056,
"dhrystone_cv32a60x": 37474,
}