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 b6d8dd5 commit 24d8ff1Copy full SHA for 24d8ff1
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": 83.83, "AMD": 83.15, "ARM": 83.01}
+ COVERAGE_DICT = {"Intel": 83.83, "AMD": 83.15, "ARM": 82.89}
33
else:
34
- COVERAGE_DICT = {"Intel": 80.94, "AMD": 80.26, "ARM": 80.12}
+ COVERAGE_DICT = {"Intel": 80.94, "AMD": 80.26, "ARM": 80.04}
35
36
PROC_MODEL = proc.proc_type()
37
0 commit comments