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 03766a5 commit a78c25bCopy full SHA for a78c25b
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.92, "AMD": 82.25, "ARM": 82.35}
+ COVERAGE_DICT = {"Intel": 82.95, "AMD": 82.28, "ARM": 82.50}
27
else:
28
- COVERAGE_DICT = {"Intel": 80.02, "AMD": 79.36, "ARM": 79.45}
+ COVERAGE_DICT = {"Intel": 80.09, "AMD": 79.42, "ARM": 79.62}
29
30
PROC_MODEL = proc.proc_type()
31
0 commit comments