Skip to content

Commit

Permalink
update coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Serban Iorga <seriorga@amazon.com>
  • Loading branch information
Serban Iorga committed Jun 23, 2021
1 parent 76f0bbe commit 26bdec9
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 @@ -24,7 +24,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": 84.82, "AMD": 84.22, "ARM": 83.14}
COVERAGE_DICT = {"Intel": 84.76, "AMD": 84.22, "ARM": 83.07}

PROC_MODEL = proc.proc_type()

Expand Down

0 comments on commit 26bdec9

Please sign in to comment.