Skip to content

Commit 24b02aa

Browse files
mattschlebuschdianpopa
authored andcommitted
Increase aarch64 test coverage target
Signed-off-by: Matthew Schlebusch <[email protected]>
1 parent dd9d077 commit 24b02aa

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": 84.89, "AMD": 84.38, "ARM": 83.96}
32+
COVERAGE_DICT = {"Intel": 84.89, "AMD": 84.38, "ARM": 84.09}
3333
else:
34-
COVERAGE_DICT = {"Intel": 81.94, "AMD": 81.43, "ARM": 80.96}
34+
COVERAGE_DICT = {"Intel": 81.94, "AMD": 81.43, "ARM": 81.09}
3535

3636
PROC_MODEL = proc.proc_type()
3737

0 commit comments

Comments
 (0)