mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
benchmarks: update expected values
This commit is contained in:
parent
d125a3f7f8
commit
c80f6b6d5e
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": 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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue