We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c47bc4 commit 178c768Copy full SHA for 178c768
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.39}
+ COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.47}
27
else:
28
- COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.60}
+ COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.66}
29
30
PROC_MODEL = proc.proc_type()
31
0 commit comments