diff --git a/tests/integration_tests/build/test_coverage.py b/tests/integration_tests/build/test_coverage.py index 794a52c1730..d8e31c39f00 100644 --- a/tests/integration_tests/build/test_coverage.py +++ b/tests/integration_tests/build/test_coverage.py @@ -24,7 +24,7 @@ # this contains the frequency while on AMD it does not. # Checkout the cpuid crate. In the future other # differences may appear. -COVERAGE_DICT = {"Intel": 84.82, "AMD": 84.22, "ARM": 83.14} +COVERAGE_DICT = {"Intel": 84.76, "AMD": 84.22, "ARM": 83.07} PROC_MODEL = proc.proc_type()