-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I've noticed a binary size increase after #77 for the examples.
I calculated the following based on the esp32s3 examples, based on #75 before and after rebasing.
Example Name | Size on 1.0.0-beta.0 | Size on 1.0.0-beta.1 | Diff (bytes) | Diff (%) |
---|---|---|---|---|
async_client | 885,776 | 984,928 | +99,152 | +11.19% |
async_server | 889,536 | 988,320 | +98,784 | +11.10% |
sync_client | 814,560 | 902,560 | +88,000 | +10.81% |
sync_server | 818,448 | 906,240 | +87,792 | +10.73% |
edge_server | 957,680 | 1,031,616 | +73,936 | +7.72% |
crypto_self_test | 148,048 | 149,712 | +1,664 | +1.12% |
I don't know what could justify such an increase in binary size. It is considerably noticeable. Also the increase isn't as much for the crypto_self_test
example so this could point us towards the direction of this issue.
Metadata
Metadata
Assignees
Labels
No labels