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 ae271b4 commit 41ada57Copy full SHA for 41ada57
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": 84.77, "AMD": 84.11, "ARM": 83.78}
+ COVERAGE_DICT = {"Intel": 83.96, "AMD": 83.31, "ARM": 83.42}
33
else:
34
- COVERAGE_DICT = {"Intel": 81.89, "AMD": 81.25, "ARM": 80.86}
+ COVERAGE_DICT = {"Intel": 81.12, "AMD": 80.47, "ARM": 80.51}
35
36
PROC_MODEL = proc.proc_type()
37
0 commit comments