Skip to content

Commit

Permalink
report_benchmarks.py: update results
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRochCoulon committed Oct 22, 2024
1 parent 2bc58b6 commit 90a595e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci/scripts/report_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
# 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": 21331,
"dhrystone_single": 25684,
"coremark_dual": 1025897,
"coremark_single": 1310721,
"dhrystone_cv32a65x": 33867,
"dhrystone_dual": 20199,
"dhrystone_single": 25019,
"coremark_dual": 1017451,
"coremark_single": 1308656,
"dhrystone_cv32a65x": 32566,
}

for arg in sys.argv[1:]:
Expand Down

0 comments on commit 90a595e

Please sign in to comment.