Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firecracker-microvm/firecracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 227919421c151404b244f88ee248956dc1d2cab9
Choose a base ref
..
head repository: firecracker-microvm/firecracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 183d84fa6922ce2bb55cfa17de96e629e9a6e02c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/integration_tests/build/test_coverage.py
2 changes: 1 addition & 1 deletion tests/integration_tests/build/test_coverage.py
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
if utils.is_io_uring_supported():
COVERAGE_DICT = {"Intel": 90.84, "AMD": 90.11, "ARM": 90.51}
else:
COVERAGE_DICT = {"Intel": 88.39, "AMD": 87.67, "ARM": 79.59}
COVERAGE_DICT = {"Intel": 88.39, "AMD": 87.67, "ARM": 87.95}

PROC_MODEL = proc.proc_type()