Skip to content

Commit 1dff17c

Browse files
committed
Update code coverage for ARM
Signed-off-by: Babis Chalios <[email protected]>
1 parent e1cd062 commit 1dff17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/build/test_coverage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
# Checkout the cpuid crate. In the future other
3030
# differences may appear.
3131
if utils.is_io_uring_supported():
32-
COVERAGE_DICT = {"Intel": 85.09, "AMD": 84.59, "ARM": 84.19}
32+
COVERAGE_DICT = {"Intel": 85.09, "AMD": 84.59, "ARM": 84.12}
3333
else:
34-
COVERAGE_DICT = {"Intel": 82.18, "AMD": 81.67, "ARM": 81.19}
34+
COVERAGE_DICT = {"Intel": 82.18, "AMD": 81.67, "ARM": 81.14}
3535

3636
PROC_MODEL = proc.proc_type()
3737

0 commit comments

Comments
 (0)