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 5cf0343 commit be20a67Copy full SHA for be20a67
tests/integration_tests/build/test_coverage.py
@@ -23,7 +23,7 @@
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.41}
27
else:
28
COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.60}
29
0 commit comments