Skip to content

Commit 7efc012

Browse files
author
Serban Iorga
committed
adjust perf numbers
Signed-off-by: Serban Iorga <[email protected]>
1 parent 9d1e52e commit 7efc012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration_tests/build/test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# this contains the frequency while on AMD it does not.
2525
# Checkout the cpuid crate. In the future other
2626
# differences may appear.
27-
COVERAGE_DICT = {"Intel": 85.15, "AMD": 84.52, "ARM": 83.36}
27+
COVERAGE_DICT = {"Intel": 85.15, "AMD": 84.52, "ARM": 83.46}
2828

2929
PROC_MODEL = proc.proc_type()
3030

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': 2900}
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)