Skip to content

Commit

Permalink
update coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Luminita Voicu <[email protected]>
  • Loading branch information
luminitavoicu committed Aug 24, 2021
1 parent b36c6d5 commit 7e0e008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/build/test_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# this contains the frequency while on AMD it does not.
# Checkout the cpuid crate. In the future other
# differences may appear.
COVERAGE_DICT = {"Intel": 85.15, "AMD": 84.37, "ARM": 83.07}
COVERAGE_DICT = {"Intel": 85.15, "AMD": 84.37, "ARM": 83.02}

PROC_MODEL = proc.proc_type()

Expand Down

0 comments on commit 7e0e008

Please sign in to comment.