Skip to content

Commit cee16ee

Browse files
author
Jonathan Woollett-Light
committed
test: Update binary size to account for instrumentation
Updates binary size to account for instrumentation. Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
1 parent 5133b56 commit cee16ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/build/test_binary_size.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
SIZES_DICT = {
1616
"x86_64": {
17-
"FC_BINARY_SIZE_TARGET": 3428408,
17+
"FC_BINARY_SIZE_TARGET": 5586128,
1818
"JAILER_BINARY_SIZE_TARGET": 1080088,
1919
},
2020
"aarch64": {
21-
"FC_BINARY_SIZE_TARGET": 2928808,
21+
"FC_BINARY_SIZE_TARGET": 4814208,
2222
"JAILER_BINARY_SIZE_TARGET": 1040928,
2323
},
2424
}

0 commit comments

Comments
 (0)