Skip to content

Commit

Permalink
Update code coverage for ARM in test_coverage.py
Browse files Browse the repository at this point in the history
Signed-off-by: StemCll [email protected]
  • Loading branch information
StemCll committed Nov 3, 2022
1 parent 8834a57 commit 0aec9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_tests/build/test_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
# Checkout the cpuid crate. In the future other
# differences may appear.
if utils.is_io_uring_supported():
COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.47}
COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.41}
else:
COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.68}
COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.60}

PROC_MODEL = proc.proc_type()

Expand Down

0 comments on commit 0aec9ce

Please sign in to comment.