We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa427f commit 7843fa9Copy full SHA for 7843fa9
tests/integration_tests/build/test_coverage.py
@@ -7,7 +7,6 @@
7
from framework import utils
8
from host_tools import proc
9
10
-
11
# We have different coverages based on the host kernel version. This is
12
# caused by io_uring, which is only supported by FC for kernels newer
13
# than 5.10.
@@ -18,9 +17,9 @@
18
17
# Checkout the cpuid crate. In the future other
19
# differences may appear.
20
if utils.is_io_uring_supported():
21
- COVERAGE_DICT = {"Intel": 82.97, "AMD": 82.14, "ARM": 82.43}
+ COVERAGE_DICT = {"Intel": 82.92, "AMD": 82.14, "ARM": 82.43}
22
else:
23
- COVERAGE_DICT = {"Intel": 80.13, "AMD": 79.28, "ARM": 79.34}
+ COVERAGE_DICT = {"Intel": 80.07, "AMD": 79.28, "ARM": 79.34}
24
25
PROC_MODEL = proc.proc_type()
26
0 commit comments