From 0aec9ce6923ac203dfe585af4a4ecd4b5f36e9ae Mon Sep 17 00:00:00 2001 From: StemCll Date: Wed, 2 Nov 2022 15:50:32 +0100 Subject: [PATCH] Update code coverage for ARM in test_coverage.py 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 0f7673a0fc4c..6d566cdf438d 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.47} + COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.41} else: - COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.68} + COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.60} PROC_MODEL = proc.proc_type()