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 e1cd062 commit 1dff17cCopy full SHA for 1dff17c
tests/integration_tests/build/test_coverage.py
@@ -29,9 +29,9 @@
29
# Checkout the cpuid crate. In the future other
30
# differences may appear.
31
if utils.is_io_uring_supported():
32
- COVERAGE_DICT = {"Intel": 85.09, "AMD": 84.59, "ARM": 84.19}
+ COVERAGE_DICT = {"Intel": 85.09, "AMD": 84.59, "ARM": 84.12}
33
else:
34
- COVERAGE_DICT = {"Intel": 82.18, "AMD": 81.67, "ARM": 81.19}
+ COVERAGE_DICT = {"Intel": 82.18, "AMD": 81.67, "ARM": 81.14}
35
36
PROC_MODEL = proc.proc_type()
37
0 commit comments