We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e1c70 commit 5980d3dCopy full SHA for 5980d3d
tests/integration_tests/performance/test_process_startup_time.py
@@ -10,7 +10,7 @@
10
import host_tools.logging as log_tools
11
from host_tools.cargo_build import run_seccompiler
12
13
-MAX_STARTUP_TIME_CPU_US = {'x86_64': 5500, 'aarch64': 3200}
+MAX_STARTUP_TIME_CPU_US = {'x86_64': 5500, 'aarch64': 2800}
14
""" The maximum acceptable startup time in CPU us. """
15
# TODO: Keep a `current` startup time in S3 and validate we don't regress
16
0 commit comments