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 80a739a commit 482846eCopy full SHA for 482846e
tests/integration_tests/build/test_coverage.py
@@ -23,9 +23,9 @@
23
# Checkout the cpuid crate. In the future other
24
# differences may appear.
25
if utils.is_io_uring_supported():
26
- COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.51}
+ COVERAGE_DICT = {"Intel": 82.92, "AMD": 82.25, "ARM": 82.42}
27
else:
28
- COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.66}
+ COVERAGE_DICT = {"Intel": 80.02, "AMD": 79.36, "ARM": 79.54}
29
30
PROC_MODEL = proc.proc_type()
31
0 commit comments