From e293ab14c351562ef7e3fc9c67ccf24ba22b1600 Mon Sep 17 00:00:00 2001 From: JeanRochCoulon Date: Tue, 12 Dec 2023 17:07:33 +0100 Subject: [PATCH] Update report_benchmark.py --- .gitlab-ci/scripts/report_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/scripts/report_benchmark.py b/.gitlab-ci/scripts/report_benchmark.py index b7e5d47281..d1cb3f3910 100644 --- a/.gitlab-ci/scripts/report_benchmark.py +++ b/.gitlab-ci/scripts/report_benchmark.py @@ -18,7 +18,7 @@ # Will fail if the number of cycles is different from this one valid_cycles = { 'dhrystone': 217900, - 'coremark': 696571, + 'coremark': 665193, } for arg in sys.argv[1:]: