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 3edd4e8 commit 9ec89b6Copy full SHA for 9ec89b6
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.51, "ARM": 84.04}
+ COVERAGE_DICT = {"Intel": 85.09, "AMD": 84.51, "ARM": 83.98}
33
else:
34
- COVERAGE_DICT = {"Intel": 82.03, "AMD": 81.5, "ARM": 80.98}
+ COVERAGE_DICT = {"Intel": 82.03, "AMD": 81.5, "ARM": 80.91}
35
36
PROC_MODEL = proc.proc_type()
37
0 commit comments