Skip to content

Commit

Permalink
report_benchmark.py: fix Dhrystone cycles after PR openhwgroup#2484 (o…
Browse files Browse the repository at this point in the history
…penhwgroup#2488)

after commit 111df66 the CVA6 configuration used for Dhrystone
benchmark is rv64gc_zba_zbb_zbs_zbc instead of rv64imafdc_zicsr_zifencei

therefore the number of cycles is reduced
  • Loading branch information
ASintzoff authored Sep 2, 2024
1 parent ea3a554 commit 6561f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci/scripts/report_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# 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': 220885,
'dhrystone': 215902,
'coremark': 534419,
}

Expand Down

0 comments on commit 6561f2c

Please sign in to comment.