Skip to content

Commit 9a9f933

Browse files
committed
tests: update coverage and binary size limits
Signed-off-by: Adrian Catangiu <[email protected]>
1 parent eec4826 commit 9a9f933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration_tests/build/test_binary_size.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"JAILER_BINARY_SIZE_LIMIT": 1511488,
2020
},
2121
"aarch64": {
22-
"FC_BINARY_SIZE_TARGET": 2024744,
22+
"FC_BINARY_SIZE_TARGET": 2030000,
2323
"JAILER_BINARY_SIZE_TARGET": 1338312,
2424
"FC_BINARY_SIZE_LIMIT": 2070000,
2525
"JAILER_BINARY_SIZE_LIMIT": 1511488,

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.42, "AMD": 84.84, "ARM": 83.63}
27+
COVERAGE_DICT = {"Intel": 85.15, "AMD": 84.58, "ARM": 83.48}
2828

2929
PROC_MODEL = proc.proc_type()
3030

0 commit comments

Comments
 (0)