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 72ac94b commit 6da1854Copy full SHA for 6da1854
tests/integration_tests/build/test_coverage.py
@@ -27,7 +27,7 @@ def is_on_skylake():
27
if utils.is_io_uring_supported():
28
COVERAGE_DICT = {"Intel": 83.76, "AMD": 83.34, "ARM": 83.12}
29
else:
30
- COVERAGE_DICT = {"Intel": 81.02, "AMD": 80.55, "ARM": 80.12}
+ COVERAGE_DICT = {"Intel": 81.02, "AMD": 80.55, "ARM": 80.19}
31
32
PROC_MODEL = proc.proc_type()
33
0 commit comments