diff --git a/.gitlab-ci/scripts/report_benchmark.py b/.gitlab-ci/scripts/report_benchmark.py index 1dcb8bd4e4..c93e892cd1 100644 --- a/.gitlab-ci/scripts/report_benchmark.py +++ b/.gitlab-ci/scripts/report_benchmark.py @@ -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:]: