Skip to content

Commit

Permalink
rebase cpu startup time and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kumargu committed Feb 11, 2021
1 parent cce931a commit 9dc6061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": 83.04, "AMD": 82.40, "ARM": 82.72}
COVERAGE_DICT = {"Intel": 83.04, "AMD": 82.40, "ARM": 83.00}
PROC_MODEL = proc.proc_type()

COVERAGE_MAX_DELTA = 0.05
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import host_tools.logging as log_tools

MAX_STARTUP_TIME_CPU_US = {'x86_64': 5500, 'aarch64': 2600}
MAX_STARTUP_TIME_CPU_US = {'x86_64': 5500, 'aarch64': 2650}
""" The maximum acceptable startup time in CPU us. """
# TODO: Keep a `current` startup time in S3 and validate we don't regress

Expand Down

0 comments on commit 9dc6061

Please sign in to comment.