We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53da11a commit 9725502Copy full SHA for 9725502
tests/integration_tests/build/test_coverage.py
@@ -25,9 +25,9 @@ def is_on_skylake():
25
# Checkout the cpuid crate. In the future other
26
# differences may appear.
27
if utils.is_io_uring_supported():
28
- COVERAGE_DICT = {"Intel": 82.44, "AMD": 81.68, "ARM": 80.95}
+ COVERAGE_DICT = {"Intel": 80.29, "AMD": 79.42, "ARM": 78.60}
29
else:
30
- COVERAGE_DICT = {"Intel": 79.76, "AMD": 78.90, "ARM": 78.01}
+ COVERAGE_DICT = {"Intel": 77.56, "AMD": 76.63, "ARM": 75.66}
31
32
PROC_MODEL = proc.proc_type()
33
0 commit comments