From 5cebb458ab00b43b97a0ef5e9cbbf32609369920 Mon Sep 17 00:00:00 2001 From: JeanRochCoulon Date: Wed, 3 Jan 2024 17:26:19 +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 ad6e0e2834..781f040e37 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': 665193, + 'coremark': 683117, } for arg in sys.argv[1:]: