From 390a007e1759394abe11a393575f41b2be277a2f Mon Sep 17 00:00:00 2001 From: StemCll Date: Sun, 20 Nov 2022 12:04:21 +0100 Subject: [PATCH] Update code coverage for Arm Signed-off-by: StemCll lydjotj6f@mozmail.com --- tests/integration_tests/build/test_coverage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration_tests/build/test_coverage.py b/tests/integration_tests/build/test_coverage.py index ce158b6b039..a40136cd21b 100644 --- a/tests/integration_tests/build/test_coverage.py +++ b/tests/integration_tests/build/test_coverage.py @@ -23,9 +23,9 @@ # Checkout the cpuid crate. In the future other # differences may appear. if utils.is_io_uring_supported(): - COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.39} + COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.47} else: - COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.60} + COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.66} PROC_MODEL = proc.proc_type()