Skip to content

Commit 5980d3d

Browse files
author
Serban Iorga
committed
adjust perf numbers
Signed-off-by: Serban Iorga <[email protected]>
1 parent e2e1c70 commit 5980d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/performance/test_process_startup_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import host_tools.logging as log_tools
1111
from host_tools.cargo_build import run_seccompiler
1212

13-
MAX_STARTUP_TIME_CPU_US = {'x86_64': 5500, 'aarch64': 3200}
13+
MAX_STARTUP_TIME_CPU_US = {'x86_64': 5500, 'aarch64': 2800}
1414
""" The maximum acceptable startup time in CPU us. """
1515
# TODO: Keep a `current` startup time in S3 and validate we don't regress
1616

0 commit comments

Comments
 (0)