Skip to content

Commit

Permalink
adjust perf numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Serban Iorga <[email protected]>
  • Loading branch information
Serban Iorga committed May 27, 2021
1 parent e2e1c70 commit 5980d3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import host_tools.logging as log_tools
from host_tools.cargo_build import run_seccompiler

MAX_STARTUP_TIME_CPU_US = {'x86_64': 5500, 'aarch64': 3200}
MAX_STARTUP_TIME_CPU_US = {'x86_64': 5500, 'aarch64': 2800}
""" 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 5980d3d

Please sign in to comment.