Skip to content

Examples binary size increased by +10% after esp-rs/esp-mbedtls#77 #79

@AnthonyGrondin

Description

@AnthonyGrondin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions