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 9d24379 commit 76017e9Copy full SHA for 76017e9
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.57}
+ COVERAGE_DICT = {"Intel": 82.95, "AMD": 82.28, "ARM": 82.57}
27
else:
28
- COVERAGE_DICT = {"Intel": 80.02, "AMD": 79.36, "ARM": 79.69}
+ COVERAGE_DICT = {"Intel": 80.09, "AMD": 79.42, "ARM": 79.69}
29
30
PROC_MODEL = proc.proc_type()
31
0 commit comments