Skip to content

Commit bdeb034

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration_tests/build/test_binary_size.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
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,
24-
"FC_BINARY_SIZE_LIMIT": 2030000,
24+
"FC_BINARY_SIZE_LIMIT": 2035000,
2525
"JAILER_BINARY_SIZE_LIMIT": 1511488,
2626
}
2727
}

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.74}
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)