Skip to content

Commit

Permalink
[CI]: Updated binary size
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandruCihodaru <[email protected]>
  • Loading branch information
AlexandruCihodaru committed Sep 27, 2021
1 parent 2ac6c36 commit 570ff15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_tests/build/test_binary_size.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

SIZES_DICT = {
"x86_64": {
"FC_BINARY_SIZE_TARGET": 2177624,
"FC_BINARY_SIZE_TARGET": 2206048,
"JAILER_BINARY_SIZE_TARGET": 1439512,
"FC_BINARY_SIZE_LIMIT": 2281196,
"FC_BINARY_SIZE_LIMIT": 2209792,
"JAILER_BINARY_SIZE_LIMIT": 1511488,
},
"aarch64": {
Expand Down

0 comments on commit 570ff15

Please sign in to comment.