mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 21:57:11 -04:00
[CI scripts] Update reference values of benchmark performance.
This commit is contained in:
parent
a77974feb0
commit
372f7c84ec
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue