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 339173c commit c774571Copy full SHA for c774571
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": 83.66, "AMD": 83.24, "ARM": 83.11}
+ COVERAGE_DICT = {"Intel": 83.66, "AMD": 83.24, "ARM": 83.06}
29
else:
30
- COVERAGE_DICT = {"Intel": 80.90, "AMD": 80.45, "ARM": 80.13}
+ COVERAGE_DICT = {"Intel": 80.90, "AMD": 80.45, "ARM": 80.06}
31
32
PROC_MODEL = proc.proc_type()
33
0 commit comments