Skip to content

Commit 26d5bf4

Browse files
committed
adjust coverage and binary size
Signed-off-by: Diana Popa <[email protected]>
1 parent b7659e5 commit 26d5bf4

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
@@ -13,9 +13,9 @@
1313

1414
SIZES_DICT = {
1515
"x86_64": {
16-
"FC_BINARY_SIZE_TARGET": 2212120,
16+
"FC_BINARY_SIZE_TARGET": 2067944,
1717
"JAILER_BINARY_SIZE_TARGET": 1439512,
18-
"FC_BINARY_SIZE_LIMIT": 2322726,
18+
"FC_BINARY_SIZE_LIMIT": 2171516,
1919
"JAILER_BINARY_SIZE_LIMIT": 1511488,
2020
},
2121
"aarch64": {

tests/integration_tests/build/test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# this contains the frequency while on AMD it does not.
2424
# Checkout the cpuid crate. In the future other
2525
# differences may appear.
26-
COVERAGE_DICT = {"Intel": 85.25, "AMD": 84.50, "ARM": 82.72}
26+
COVERAGE_DICT = {"Intel": 85.04, "AMD": 84.27, "ARM": 82.98}
2727
PROC_MODEL = proc.proc_type()
2828

2929
COVERAGE_MAX_DELTA = 0.05

0 commit comments

Comments
 (0)