Skip to content

Commit 67513fd

Browse files
committed
tests: update coverage after block flush
Signed-off-by: George Pisaltu <[email protected]>
1 parent f0565a1 commit 67513fd

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": 85.44, "AMD": 84.77, "ARM": 83.42}
26+
COVERAGE_DICT = {"Intel": 85.44, "AMD": 84.68, "ARM": 83.52}
2727

2828
PROC_MODEL = proc.proc_type()
2929

0 commit comments

Comments
 (0)