Skip to content

Commit ec7b69c

Browse files
committed
Update coverage
Signed-off-by: alindima <[email protected]>
1 parent d1077ee commit ec7b69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/build/test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# this contains the frequency while on AMD it does not.
2424
# Checkout the cpuid crate. In the future other
2525
# differences may appear.
26-
COVERAGE_DICT = {"Intel": 84.8, "AMD": 84.7}
26+
COVERAGE_DICT = {"Intel": 84.76, "AMD": 84.68}
2727
PROC_MODEL = proc.proc_type()
2828

2929
COVERAGE_MAX_DELTA = 0.05

0 commit comments

Comments
 (0)