Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YAML] Update the tests to use ReadClient/WriteClient/CommandSender directly instead of Invoke #17628

Merged
merged 5 commits into from
Apr 26, 2022

Conversation

vivien-apple
Copy link
Contributor

@vivien-apple vivien-apple commented Apr 22, 2022

Problem

The YAML generated code uses Invoke which makes it hard to extend the framework to supports things such as events or wildcards that may generates multiple responses.
Furthermore,using the Invoke API has a cost at generation time and at build time.

The former because we generate a lot of specific code. On my machine it takes ~100 seconds to generate the YAML tests while with this PR is takes "only" 30 seconds. This is the root cause for some of the node memory issues that has popped up recently.

The latter because "Invoke" is relying heavily on cpp template and std::function which has a build time/link time cost. This PR relies a less on that which should makes it easier to build on stuff like a RPI and which is also must faster.

Change overview

  • Add a interaction model backend in src/app/tests/suites/commands/interaction_model
  • Update examples/chip-tool/templates/tests/ so they make use of this module

Testing

I have tested it locally by running the whole test suite. The only thing that is failing on my Mac is TestGroupMessaging which is not activated by default on Mac. I tried to makes it based on the current code that exists in chip-tool for groups though - so I will see if CI is happy with it.

@boring-cyborg boring-cyborg bot added the darwin label Apr 22, 2022
@github-actions
Copy link

github-actions bot commented Apr 22, 2022

PR #17628: Size comparison from 6109d14 to 707890f

Increases above 0.2%:

platform target config section 6109d14 707890f change % change
linux chip-tool-no-interactive-ipv6only arm64 (read/write) 497633 537697 40064 8.1
.data.rel.ro 393088 477760 84672 21.5
Increases (1 build for linux)
platform target config section 6109d14 707890f change % change
linux chip-tool-no-interactive-ipv6only arm64 (read/write) 497633 537697 40064 8.1
.data.rel.ro 393088 477760 84672 21.5
Decreases (1 build for linux)
platform target config section 6109d14 707890f change % change
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10546220 8208636 -2337584 -22.2
.got 58680 14080 -44600 -76.0
.rodata 520316 418764 -101552 -19.5
.text 8908244 6576052 -2332192 -26.2
Full report (23 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 6109d14 707890f change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 690991 690991 0 0.0
(read/write) 161936 161936 0 0.0
.bss 75912 75912 0 0.0
.data 3396 3396 0 0.0
.rodata 106015 106015 0 0.0
.text 584496 584496 0 0.0
lock-ftd LP_CC2652R7 (read only) 677363 677363 0 0.0
(read/write) 166532 166532 0 0.0
.bss 73936 73936 0 0.0
.data 3220 3220 0 0.0
.rodata 98787 98787 0 0.0
.text 578092 578092 0 0.0
lock-mtd LP_CC2652R7 (read only) 626115 626115 0 0.0
(read/write) 146732 146732 0 0.0
.bss 69656 69656 0 0.0
.data 3220 3220 0 0.0
.rodata 98667 98667 0 0.0
.text 526956 526956 0 0.0
pump-app LP_CC2652R7 (read only) 649183 649183 0 0.0
(read/write) 152500 152500 0 0.0
.bss 74368 74368 0 0.0
.data 3252 3252 0 0.0
.rodata 75351 75351 0 0.0
.text 573344 573344 0 0.0
pump-controller-app LP_CC2652R7 (read only) 642171 642171 0 0.0
(read/write) 151912 151912 0 0.0
.bss 74072 74072 0 0.0
.data 3216 3216 0 0.0
.rodata 78491 78491 0 0.0
.text 563192 563192 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 618150 618150 0 0.0
.app_xip_area 525156 525156 0 0.0
.bss 75652 75652 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 613098 613098 0 0.0
.app_xip_area 521584 521584 0 0.0
.bss 74204 74204 0 0.0
.data 656 656 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 565750 565750 0 0.0
.app_xip_area 464648 464648 0 0.0
.bss 83496 83496 0 0.0
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 905828 905828 0 0.0
(read/write) 129380 129380 0 0.0
.bss 127336 127336 0 0.0
.data 2044 2044 0 0.0
.text 905820 905820 0 0.0
BRD4161A+rpc (read only) 940228 940228 0 0.0
(read/write) 146064 146064 0 0.0
.bss 143816 143816 0 0.0
.data 2248 2248 0 0.0
.text 940220 940220 0 0.0
window-app BRD4161A (read only) 843316 843316 0 0.0
(read/write) 127468 127468 0 0.0
.bss 125512 125512 0 0.0
.data 1956 1956 0 0.0
.text 843308 843308 0 0.0
esp32 all-clusters-app c3devkit (read only) 998022 998022 0 0.0
(read/write) 1468074 1468074 0 0.0
.dram0.bss 62640 62640 0 0.0
.dram0.data 14428 14428 0 0.0
.flash.rodata 206560 206560 0 0.0
.flash.text 998022 998022 0 0.0
.iram0.text 62020 62020 0 0.0
m5stack (read only) 1052223 1052223 0 0.0
(read/write) 470080 470080 0 0.0
.dram0.bss 68160 68160 0 0.0
.dram0.data 34168 34168 0 0.0
.flash.rodata 235916 235916 0 0.0
.flash.text 1046839 1046839 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 684144 684144 0 0.0
.bss 77656 77656 0 0.0
.data 2000 2000 0 0.0
.text 598688 598688 0 0.0
lock k32w061+release (read/write) 725236 725236 0 0.0
.bss 78288 78288 0 0.0
.data 1960 1960 0 0.0
.text 639188 639188 0 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10546220 8208636 -2337584 -22.2
(read/write) 497633 537697 40064 8.1
.bss 40865 40865 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 393088 477760 84672 21.5
.dynamic 560 560 0 0.0
.got 58680 14080 -44600 -76.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 520316 418764 -101552 -19.5
.text 8908244 6576052 -2332192 -26.2
thermostat-no-ble arm64 (read only) 2361516 2361516 0 0.0
(read/write) 151137 151137 0 0.0
.bss 62897 62897 0 0.0
.data 1488 1488 0 0.0
.data.rel.ro 78992 78992 0 0.0
.dynamic 560 560 0 0.0
.got 4744 4744 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 145164 145164 0 0.0
.text 1987312 1987312 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2410108 2410108 0 0.0
.bss 184996 184996 0 0.0
.data 5848 5848 0 0.0
.text 1372708 1372708 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1170643 1170643 0 0.0
bss 136264 136264 0 0.0
rodata 150052 150052 0 0.0
text 805680 805680 0 0.0
p6 all-clusters-app default (read/write) 2524552 2524552 0 0.0
.bss 118368 118368 0 0.0
.data 2784 2784 0 0.0
.text 1482816 1482816 0 0.0
light-app default (read/write) 2416304 2416304 0 0.0
.bss 111848 111848 0 0.0
.data 2584 2584 0 0.0
.text 1374568 1374568 0 0.0
lock-app default (read/write) 2420496 2420496 0 0.0
.bss 111648 111648 0 0.0
.data 2544 2544 0 0.0
.text 1378760 1378760 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 801080 801080 0 0.0
bss 69696 69696 0 0.0
noinit 40416 40416 0 0.0
text 570426 570426 0 0.0

@github-actions
Copy link

github-actions bot commented Apr 25, 2022

PR #17628: Size comparison from 077e44e to 40876a1

Increases above 0.2%:

platform target config section 077e44e 40876a1 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read/write) 497665 537729 40064 8.1
.data.rel.ro 393088 477760 84672 21.5
Increases (1 build for linux)
platform target config section 077e44e 40876a1 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read/write) 497665 537729 40064 8.1
.data.rel.ro 393088 477760 84672 21.5
Decreases (1 build for linux)
platform target config section 077e44e 40876a1 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10554812 8216460 -2338352 -22.2
.got 58680 14080 -44600 -76.0
.rodata 521148 419324 -101824 -19.5
.text 8916004 6583316 -2332688 -26.2
Full report (23 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 077e44e 40876a1 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 692119 692119 0 0.0
(read/write) 159968 159968 0 0.0
.bss 75072 75072 0 0.0
.data 3396 3396 0 0.0
.rodata 106015 106015 0 0.0
.text 585624 585624 0 0.0
lock-ftd LP_CC2652R7 (read only) 678635 678635 0 0.0
(read/write) 164756 164756 0 0.0
.bss 73432 73432 0 0.0
.data 3220 3220 0 0.0
.rodata 98851 98851 0 0.0
.text 579300 579300 0 0.0
lock-mtd LP_CC2652R7 (read only) 627379 627379 0 0.0
(read/write) 146228 146228 0 0.0
.bss 69152 69152 0 0.0
.data 3220 3220 0 0.0
.rodata 98731 98731 0 0.0
.text 528156 528156 0 0.0
pump-app LP_CC2652R7 (read only) 651071 651071 0 0.0
(read/write) 151692 151692 0 0.0
.bss 73560 73560 0 0.0
.data 3252 3252 0 0.0
.rodata 75703 75703 0 0.0
.text 574880 574880 0 0.0
pump-controller-app LP_CC2652R7 (read only) 644139 644139 0 0.0
(read/write) 151440 151440 0 0.0
.bss 73600 73600 0 0.0
.data 3216 3216 0 0.0
.rodata 78835 78835 0 0.0
.text 564816 564816 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 623542 623542 0 0.0
.app_xip_area 526356 526356 0 0.0
.bss 79844 79844 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 618490 618490 0 0.0
.app_xip_area 522784 522784 0 0.0
.bss 78396 78396 0 0.0
.data 656 656 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 571134 571134 0 0.0
.app_xip_area 465840 465840 0 0.0
.bss 87688 87688 0 0.0
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 907488 907488 0 0.0
(read/write) 134968 134968 0 0.0
.bss 132920 132920 0 0.0
.data 2044 2044 0 0.0
.text 907480 907480 0 0.0
BRD4161A+rpc (read only) 941904 941904 0 0.0
(read/write) 151648 151648 0 0.0
.bss 149400 149400 0 0.0
.data 2248 2248 0 0.0
.text 941896 941896 0 0.0
window-app BRD4161A (read only) 844976 844976 0 0.0
(read/write) 133056 133056 0 0.0
.bss 131096 131096 0 0.0
.data 1956 1956 0 0.0
.text 844968 844968 0 0.0
esp32 all-clusters-app c3devkit (read only) 999218 999218 0 0.0
(read/write) 1473730 1473730 0 0.0
.dram0.bss 68216 68216 0 0.0
.dram0.data 14428 14428 0 0.0
.flash.rodata 206632 206632 0 0.0
.flash.text 999218 999218 0 0.0
.iram0.text 62020 62020 0 0.0
m5stack (read only) 1053463 1053463 0 0.0
(read/write) 475720 475720 0 0.0
.dram0.bss 73736 73736 0 0.0
.dram0.data 34168 34168 0 0.0
.flash.rodata 235980 235980 0 0.0
.flash.text 1048079 1048079 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 688808 688808 0 0.0
.bss 81168 81168 0 0.0
.data 2000 2000 0 0.0
.text 599840 599840 0 0.0
lock k32w061+release (read/write) 729676 729676 0 0.0
.bss 81576 81576 0 0.0
.data 1960 1960 0 0.0
.text 640340 640340 0 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10554812 8216460 -2338352 -22.2
(read/write) 497665 537729 40064 8.1
.bss 40897 40897 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 393088 477760 84672 21.5
.dynamic 560 560 0 0.0
.got 58680 14080 -44600 -76.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 521148 419324 -101824 -19.5
.text 8916004 6583316 -2332688 -26.2
thermostat-no-ble arm64 (read only) 2366636 2366636 0 0.0
(read/write) 174385 174385 0 0.0
.bss 86145 86145 0 0.0
.data 1488 1488 0 0.0
.data.rel.ro 78992 78992 0 0.0
.dynamic 560 560 0 0.0
.got 4744 4744 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 145244 145244 0 0.0
.text 1992352 1992352 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2411396 2411396 0 0.0
.bss 205716 205716 0 0.0
.data 5848 5848 0 0.0
.text 1373996 1373996 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1177515 1177515 0 0.0
bss 141840 141840 0 0.0
rodata 150124 150124 0 0.0
text 806848 806848 0 0.0
p6 all-clusters-app default (read/write) 2526872 2526872 0 0.0
.bss 139096 139096 0 0.0
.data 2784 2784 0 0.0
.text 1485136 1485136 0 0.0
light-app default (read/write) 2418624 2418624 0 0.0
.bss 132576 132576 0 0.0
.data 2584 2584 0 0.0
.text 1376888 1376888 0 0.0
lock-app default (read/write) 2422816 2422816 0 0.0
.bss 132376 132376 0 0.0
.data 2544 2544 0 0.0
.text 1381080 1381080 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 807984 807984 0 0.0
bss 75272 75272 0 0.0
noinit 40416 40416 0 0.0
text 571684 571684 0 0.0

@github-actions
Copy link

github-actions bot commented Apr 25, 2022

PR #17628: Size comparison from cb6843f to 9985581

Increases above 0.2%:

platform target config section cb6843f 9985581 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read/write) 497681 537745 40064 8.1
.data.rel.ro 393088 477760 84672 21.5
Increases (1 build for linux)
platform target config section cb6843f 9985581 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read/write) 497681 537745 40064 8.1
.data.rel.ro 393088 477760 84672 21.5
Decreases (1 build for linux)
platform target config section cb6843f 9985581 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10555708 8220956 -2334752 -22.1
.got 58680 14080 -44600 -76.0
.rodata 521212 419388 -101824 -19.5
.text 8916692 6587588 -2329104 -26.1
Full report (21 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section cb6843f 9985581 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 692119 692119 0 0.0
(read/write) 159968 159968 0 0.0
.bss 75072 75072 0 0.0
.data 3396 3396 0 0.0
.rodata 106015 106015 0 0.0
.text 585624 585624 0 0.0
lock-ftd LP_CC2652R7 (read only) 678635 678635 0 0.0
(read/write) 164756 164756 0 0.0
.bss 73432 73432 0 0.0
.data 3220 3220 0 0.0
.rodata 98851 98851 0 0.0
.text 579300 579300 0 0.0
lock-mtd LP_CC2652R7 (read only) 627379 627379 0 0.0
(read/write) 146228 146228 0 0.0
.bss 69152 69152 0 0.0
.data 3220 3220 0 0.0
.rodata 98731 98731 0 0.0
.text 528156 528156 0 0.0
pump-app LP_CC2652R7 (read only) 651071 651071 0 0.0
(read/write) 151692 151692 0 0.0
.bss 73560 73560 0 0.0
.data 3252 3252 0 0.0
.rodata 75703 75703 0 0.0
.text 574880 574880 0 0.0
pump-controller-app LP_CC2652R7 (read only) 644139 644139 0 0.0
(read/write) 151440 151440 0 0.0
.bss 73600 73600 0 0.0
.data 3216 3216 0 0.0
.rodata 78835 78835 0 0.0
.text 564816 564816 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 623542 623542 0 0.0
.app_xip_area 526356 526356 0 0.0
.bss 79844 79844 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 618498 618498 0 0.0
.app_xip_area 522792 522792 0 0.0
.bss 78396 78396 0 0.0
.data 656 656 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 571134 571134 0 0.0
.app_xip_area 465840 465840 0 0.0
.bss 87688 87688 0 0.0
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 907520 907520 0 0.0
(read/write) 134968 134968 0 0.0
.bss 132920 132920 0 0.0
.data 2044 2044 0 0.0
.text 907512 907512 0 0.0
BRD4161A+rpc (read only) 941936 941936 0 0.0
(read/write) 151648 151648 0 0.0
.bss 149400 149400 0 0.0
.data 2248 2248 0 0.0
.text 941928 941928 0 0.0
window-app BRD4161A (read only) 845008 845008 0 0.0
(read/write) 133056 133056 0 0.0
.bss 131096 131096 0 0.0
.data 1956 1956 0 0.0
.text 845000 845000 0 0.0
k32w light k32w061+release (read/write) 688808 688808 0 0.0
.bss 81168 81168 0 0.0
.data 2000 2000 0 0.0
.text 599840 599840 0 0.0
lock k32w061+release (read/write) 729676 729676 0 0.0
.bss 81576 81576 0 0.0
.data 1960 1960 0 0.0
.text 640340 640340 0 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10555708 8220956 -2334752 -22.1
(read/write) 497681 537745 40064 8.1
.bss 40897 40897 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 393088 477760 84672 21.5
.dynamic 560 560 0 0.0
.got 58680 14080 -44600 -76.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 521212 419388 -101824 -19.5
.text 8916692 6587588 -2329104 -26.1
thermostat-no-ble arm64 (read only) 2367532 2367532 0 0.0
(read/write) 174401 174401 0 0.0
.bss 86145 86145 0 0.0
.data 1488 1488 0 0.0
.data.rel.ro 78992 78992 0 0.0
.dynamic 560 560 0 0.0
.got 4744 4744 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 145308 145308 0 0.0
.text 1993024 1993024 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2411396 2411396 0 0.0
.bss 205716 205716 0 0.0
.data 5848 5848 0 0.0
.text 1373996 1373996 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1177531 1177531 0 0.0
bss 141840 141840 0 0.0
rodata 150124 150124 0 0.0
text 806852 806852 0 0.0
p6 all-clusters-app default (read/write) 2526888 2526888 0 0.0
.bss 139096 139096 0 0.0
.data 2784 2784 0 0.0
.text 1485152 1485152 0 0.0
light-app default (read/write) 2418640 2418640 0 0.0
.bss 132576 132576 0 0.0
.data 2584 2584 0 0.0
.text 1376904 1376904 0 0.0
lock-app default (read/write) 2422832 2422832 0 0.0
.bss 132376 132376 0 0.0
.data 2544 2544 0 0.0
.text 1381096 1381096 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 807984 807984 0 0.0
bss 75272 75272 0 0.0
noinit 40416 40416 0 0.0
text 571680 571680 0 0.0

@github-actions
Copy link

github-actions bot commented Apr 25, 2022

PR #17628: Size comparison from c1cbfb0 to 519b559

Increases above 0.2%:

platform target config section c1cbfb0 519b559 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read/write) 497681 537745 40064 8.1
.data.rel.ro 393088 477760 84672 21.5
Increases (1 build for linux)
platform target config section c1cbfb0 519b559 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read/write) 497681 537745 40064 8.1
.data.rel.ro 393088 477760 84672 21.5
Decreases (1 build for linux)
platform target config section c1cbfb0 519b559 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10555708 8220924 -2334784 -22.1
.got 58680 14080 -44600 -76.0
.rodata 521212 419388 -101824 -19.5
.text 8916692 6587556 -2329136 -26.1
Full report (16 builds for cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section c1cbfb0 519b559 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 623542 623542 0 0.0
.app_xip_area 526356 526356 0 0.0
.bss 79844 79844 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 618498 618498 0 0.0
.app_xip_area 522792 522792 0 0.0
.bss 78396 78396 0 0.0
.data 656 656 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 571134 571134 0 0.0
.app_xip_area 465840 465840 0 0.0
.bss 87688 87688 0 0.0
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 907520 907520 0 0.0
(read/write) 134968 134968 0 0.0
.bss 132920 132920 0 0.0
.data 2044 2044 0 0.0
.text 907512 907512 0 0.0
BRD4161A+rpc (read only) 941936 941936 0 0.0
(read/write) 151648 151648 0 0.0
.bss 149400 149400 0 0.0
.data 2248 2248 0 0.0
.text 941928 941928 0 0.0
window-app BRD4161A (read only) 845008 845008 0 0.0
(read/write) 133056 133056 0 0.0
.bss 131096 131096 0 0.0
.data 1956 1956 0 0.0
.text 845000 845000 0 0.0
k32w light k32w061+release (read/write) 688808 688808 0 0.0
.bss 81168 81168 0 0.0
.data 2000 2000 0 0.0
.text 599840 599840 0 0.0
lock k32w061+release (read/write) 729676 729676 0 0.0
.bss 81576 81576 0 0.0
.data 1960 1960 0 0.0
.text 640340 640340 0 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10555708 8220924 -2334784 -22.1
(read/write) 497681 537745 40064 8.1
.bss 40897 40897 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 393088 477760 84672 21.5
.dynamic 560 560 0 0.0
.got 58680 14080 -44600 -76.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 521212 419388 -101824 -19.5
.text 8916692 6587556 -2329136 -26.1
thermostat-no-ble arm64 (read only) 2367532 2367532 0 0.0
(read/write) 174401 174401 0 0.0
.bss 86145 86145 0 0.0
.data 1488 1488 0 0.0
.data.rel.ro 78992 78992 0 0.0
.dynamic 560 560 0 0.0
.got 4744 4744 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 145308 145308 0 0.0
.text 1993024 1993024 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2411396 2411396 0 0.0
.bss 205716 205716 0 0.0
.data 5848 5848 0 0.0
.text 1373996 1373996 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1177531 1177531 0 0.0
bss 141840 141840 0 0.0
rodata 150124 150124 0 0.0
text 806852 806852 0 0.0
p6 all-clusters-app default (read/write) 2526888 2526888 0 0.0
.bss 139096 139096 0 0.0
.data 2784 2784 0 0.0
.text 1485152 1485152 0 0.0
light-app default (read/write) 2418640 2418640 0 0.0
.bss 132576 132576 0 0.0
.data 2584 2584 0 0.0
.text 1376904 1376904 0 0.0
lock-app default (read/write) 2422832 2422832 0 0.0
.bss 132376 132376 0 0.0
.data 2544 2544 0 0.0
.text 1381096 1381096 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 807984 807984 0 0.0
bss 75272 75272 0 0.0
noinit 40416 40416 0 0.0
text 571680 571680 0 0.0

@github-actions
Copy link

github-actions bot commented Apr 25, 2022

PR #17628: Size comparison from 252314f to 1633781

Increases above 0.2%:

platform target config section 252314f 1633781 change % change
linux chip-tool debug (read/write) 375760 472688 96928 25.8
.data.rel.ro 345768 442688 96920 28.0
chip-tool-no-interactive-ipv6only arm64 (read/write) 497681 537745 40064 8.1
.data.rel.ro 393088 477760 84672 21.5
Increases (3 builds for linux)
platform target config section 252314f 1633781 change % change
linux chip-tool debug (read/write) 375760 472688 96928 25.8
.data.rel.ro 345768 442688 96920 28.0
chip-tool-no-interactive-ipv6only arm64 (read/write) 497681 537745 40064 8.1
.data.rel.ro 393088 477760 84672 21.5
tv-app debug (read only) 2843681 2843969 288 0.0
.text 2445618 2445906 288 0.0
Decreases (2 builds for linux)
platform target config section 252314f 1633781 change % change
linux chip-tool debug (read only) 10944429 8359357 -2585072 -23.6
.rodata 547349 453013 -94336 -17.2
.text 9557173 6824613 -2732560 -28.6
chip-tool-no-interactive-ipv6only arm64 (read only) 10555836 8221068 -2334768 -22.1
.got 58680 14080 -44600 -76.0
.rodata 521228 419404 -101824 -19.5
.text 8916804 6587684 -2329120 -26.1
Full report (32 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 252314f 1633781 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 692119 692119 0 0.0
(read/write) 159968 159968 0 0.0
.bss 75072 75072 0 0.0
.data 3396 3396 0 0.0
.rodata 106015 106015 0 0.0
.text 585624 585624 0 0.0
lock-ftd LP_CC2652R7 (read only) 678635 678635 0 0.0
(read/write) 164756 164756 0 0.0
.bss 73432 73432 0 0.0
.data 3220 3220 0 0.0
.rodata 98851 98851 0 0.0
.text 579300 579300 0 0.0
lock-mtd LP_CC2652R7 (read only) 627379 627379 0 0.0
(read/write) 146228 146228 0 0.0
.bss 69152 69152 0 0.0
.data 3220 3220 0 0.0
.rodata 98731 98731 0 0.0
.text 528156 528156 0 0.0
pump-app LP_CC2652R7 (read only) 651071 651071 0 0.0
(read/write) 151692 151692 0 0.0
.bss 73560 73560 0 0.0
.data 3252 3252 0 0.0
.rodata 75703 75703 0 0.0
.text 574880 574880 0 0.0
pump-controller-app LP_CC2652R7 (read only) 644139 644139 0 0.0
(read/write) 151440 151440 0 0.0
.bss 73600 73600 0 0.0
.data 3216 3216 0 0.0
.rodata 78835 78835 0 0.0
.text 564816 564816 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 623542 623542 0 0.0
.app_xip_area 526356 526356 0 0.0
.bss 79844 79844 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 618498 618498 0 0.0
.app_xip_area 522792 522792 0 0.0
.bss 78396 78396 0 0.0
.data 656 656 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 571134 571134 0 0.0
.app_xip_area 465840 465840 0 0.0
.bss 87688 87688 0 0.0
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 907520 907520 0 0.0
(read/write) 134968 134968 0 0.0
.bss 132920 132920 0 0.0
.data 2044 2044 0 0.0
.text 907512 907512 0 0.0
BRD4161A+rpc (read only) 941936 941936 0 0.0
(read/write) 151648 151648 0 0.0
.bss 149400 149400 0 0.0
.data 2248 2248 0 0.0
.text 941928 941928 0 0.0
window-app BRD4161A (read only) 845008 845008 0 0.0
(read/write) 133056 133056 0 0.0
.bss 131096 131096 0 0.0
.data 1956 1956 0 0.0
.text 845000 845000 0 0.0
esp32 all-clusters-app c3devkit (read only) 999334 999334 0 0.0
(read/write) 1473730 1473730 0 0.0
.dram0.bss 68224 68224 0 0.0
.dram0.data 14428 14428 0 0.0
.flash.rodata 206632 206632 0 0.0
.flash.text 999334 999334 0 0.0
.iram0.text 62020 62020 0 0.0
m5stack (read only) 1053575 1053575 0 0.0
(read/write) 475728 475728 0 0.0
.dram0.bss 73744 73744 0 0.0
.dram0.data 34168 34168 0 0.0
.flash.rodata 235980 235980 0 0.0
.flash.text 1048191 1048191 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 688808 688808 0 0.0
.bss 81168 81168 0 0.0
.data 2000 2000 0 0.0
.text 599840 599840 0 0.0
lock k32w061+release (read/write) 729676 729676 0 0.0
.bss 81576 81576 0 0.0
.data 1960 1960 0 0.0
.text 640340 640340 0 0.0
linux all-clusters-app debug (read only) 2734185 2734185 0 0.0
(read/write) 172864 172864 0 0.0
.bss 83168 83168 0 0.0
.data 1984 1984 0 0.0
.data.rel.ro 81624 81624 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 233381 233381 0 0.0
.text 2325890 2325890 0 0.0
bridge-app debug+rpc (read only) 1847941 1847941 0 0.0
(read/write) 115248 115248 0 0.0
.bss 67368 67368 0 0.0
.data 3072 3072 0 0.0
.data.rel.ro 39704 39704 0 0.0
.dynamic 592 592 0 0.0
.got 3936 3936 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 149089 149089 0 0.0
.text 1579669 1579669 0 0.0
chip-tool debug (read only) 10944429 8359357 -2585072 -23.6
(read/write) 375760 472688 96928 25.8
.bss 22592 22592 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 345768 442688 96920 28.0
.dynamic 624 624 0 0.0
.got 4952 4952 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 547349 453013 -94336 -17.2
.text 9557173 6824613 -2732560 -28.6
chip-tool-no-interactive-ipv6only arm64 (read only) 10555836 8221068 -2334768 -22.1
(read/write) 497681 537745 40064 8.1
.bss 40897 40897 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 393088 477760 84672 21.5
.dynamic 560 560 0 0.0
.got 58680 14080 -44600 -76.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 521228 419404 -101824 -19.5
.text 8916804 6587684 -2329120 -26.1
lighting-app debug+rpc (read only) 2325673 2325673 0 0.0
(read/write) 151280 151280 0 0.0
.bss 73248 73248 0 0.0
.data 1984 1984 0 0.0
.data.rel.ro 70328 70328 0 0.0
.dynamic 608 608 0 0.0
.got 4320 4320 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 183281 183281 0 0.0
.text 1975682 1975682 0 0.0
lock-app debug (read only) 2151977 2151977 0 0.0
(read/write) 143512 143512 0 0.0
.bss 71040 71040 0 0.0
.data 1504 1504 0 0.0
.data.rel.ro 65368 65368 0 0.0
.dynamic 592 592 0 0.0
.got 4280 4280 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 189601 189601 0 0.0
.text 1805186 1805186 0 0.0
ota-provider-app debug (read only) 2058537 2058537 0 0.0
(read/write) 138880 138880 0 0.0
.bss 71232 71232 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 60216 60216 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 632 632 0 0.0
.rodata 173723 173723 0 0.0
.text 1727378 1727378 0 0.0
ota-requestor-app debug (read only) 2089785 2089785 0 0.0
(read/write) 141688 141688 0 0.0
.bss 71904 71904 0 0.0
.data 1928 1928 0 0.0
.data.rel.ro 62248 62248 0 0.0
.dynamic 592 592 0 0.0
.got 4320 4320 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 170076 170076 0 0.0
.text 1760786 1760786 0 0.0
shell debug (read only) 2560649 2560649 0 0.0
(read/write) 196840 196840 0 0.0
.bss 113800 113800 0 0.0
.data 1360 1360 0 0.0
.data.rel.ro 75952 75952 0 0.0
.dynamic 592 592 0 0.0
.got 4184 4184 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 215570 215570 0 0.0
.text 2183074 2183074 0 0.0
thermostat-no-ble arm64 (read only) 2367532 2367532 0 0.0
(read/write) 174401 174401 0 0.0
.bss 86145 86145 0 0.0
.data 1488 1488 0 0.0
.data.rel.ro 78992 78992 0 0.0
.dynamic 560 560 0 0.0
.got 4744 4744 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 145308 145308 0 0.0
.text 1993024 1993024 0 0.0
tv-app debug (read only) 2843681 2843969 288 0.0
(read/write) 276592 276592 0 0.0
.bss 189176 189176 0 0.0
.data 4640 4640 0 0.0
.data.rel.ro 76560 76560 0 0.0
.dynamic 592 592 0 0.0
.got 4696 4696 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 215531 215531 0 0.0
.text 2445618 2445906 288 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2411396 2411396 0 0.0
.bss 205716 205716 0 0.0
.data 5848 5848 0 0.0
.text 1373996 1373996 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1177531 1177531 0 0.0
bss 141840 141840 0 0.0
rodata 150124 150124 0 0.0
text 806852 806852 0 0.0
p6 all-clusters-app default (read/write) 2526888 2526888 0 0.0
.bss 139096 139096 0 0.0
.data 2784 2784 0 0.0
.text 1485152 1485152 0 0.0
light-app default (read/write) 2418640 2418640 0 0.0
.bss 132576 132576 0 0.0
.data 2584 2584 0 0.0
.text 1376904 1376904 0 0.0
lock-app default (read/write) 2422832 2422832 0 0.0
.bss 132376 132376 0 0.0
.data 2544 2544 0 0.0
.text 1381096 1381096 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 807984 807984 0 0.0
bss 75272 75272 0 0.0
noinit 40416 40416 0 0.0
text 571680 571680 0 0.0

@github-actions
Copy link

github-actions bot commented Apr 26, 2022

PR #17628: Size comparison from 7148111 to 517f20e

Increases above 0.2%:

platform target config section 7148111 517f20e change % change
linux chip-tool debug (read/write) 375792 472720 96928 25.8
.data.rel.ro 345808 442728 96920 28.0
chip-tool-no-interactive-ipv6only arm64 (read/write) 497697 537761 40064 8.0
.data.rel.ro 393104 477776 84672 21.5
Increases (3 builds for linux)
platform target config section 7148111 517f20e change % change
linux chip-tool debug (read/write) 375792 472720 96928 25.8
.data.rel.ro 345808 442728 96920 28.0
chip-tool-no-interactive-ipv6only arm64 (read/write) 497697 537761 40064 8.0
.data.rel.ro 393104 477776 84672 21.5
tv-app debug (read only) 2845017 2845305 288 0.0
.text 2446546 2446834 288 0.0
Decreases (2 builds for linux)
platform target config section 7148111 517f20e change % change
linux chip-tool debug (read only) 10945293 8360205 -2585088 -23.6
.rodata 547381 453013 -94368 -17.2
.text 9557957 6825413 -2732544 -28.6
chip-tool-no-interactive-ipv6only arm64 (read only) 10556732 8221964 -2334768 -22.1
.got 58680 14080 -44600 -76.0
.rodata 521228 419420 -101808 -19.5
.text 8917652 6588516 -2329136 -26.1
Full report (32 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 7148111 517f20e change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 688363 688363 0 0.0
(read/write) 163676 163676 0 0.0
.bss 75020 75020 0 0.0
.data 3396 3396 0 0.0
.rodata 101627 101627 0 0.0
.text 586256 586256 0 0.0
lock-ftd LP_CC2652R7 (read only) 688923 688923 0 0.0
(read/write) 154428 154428 0 0.0
.bss 73388 73388 0 0.0
.data 3220 3220 0 0.0
.rodata 103219 103219 0 0.0
.text 585220 585220 0 0.0
lock-mtd LP_CC2652R7 (read only) 637675 637675 0 0.0
(read/write) 146188 146188 0 0.0
.bss 69108 69108 0 0.0
.data 3220 3220 0 0.0
.rodata 103099 103099 0 0.0
.text 534084 534084 0 0.0
pump-app LP_CC2652R7 (read only) 661767 661767 0 0.0
(read/write) 182784 182784 0 0.0
.bss 73564 73564 0 0.0
.data 3252 3252 0 0.0
.rodata 80415 80415 0 0.0
.text 580872 580872 0 0.0
pump-controller-app LP_CC2652R7 (read only) 654663 654663 0 0.0
(read/write) 189680 189680 0 0.0
.bss 73612 73612 0 0.0
.data 3216 3216 0 0.0
.rodata 83439 83439 0 0.0
.text 570744 570744 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 626910 626910 0 0.0
.app_xip_area 529788 529788 0 0.0
.bss 79780 79780 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 621446 621446 0 0.0
.app_xip_area 525796 525796 0 0.0
.bss 78340 78340 0 0.0
.data 656 656 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 574234 574234 0 0.0
.app_xip_area 468940 468940 0 0.0
.bss 87688 87688 0 0.0
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 907776 907776 0 0.0
(read/write) 134912 134912 0 0.0
.bss 132864 132864 0 0.0
.data 2044 2044 0 0.0
.text 907768 907768 0 0.0
BRD4161A+rpc (read only) 942192 942192 0 0.0
(read/write) 151592 151592 0 0.0
.bss 149344 149344 0 0.0
.data 2248 2248 0 0.0
.text 942184 942184 0 0.0
window-app BRD4161A (read only) 845160 845160 0 0.0
(read/write) 133000 133000 0 0.0
.bss 131040 131040 0 0.0
.data 1956 1956 0 0.0
.text 845152 845152 0 0.0
esp32 all-clusters-app c3devkit (read only) 999482 999482 0 0.0
(read/write) 1473666 1473666 0 0.0
.dram0.bss 68176 68176 0 0.0
.dram0.data 14428 14428 0 0.0
.flash.rodata 206616 206616 0 0.0
.flash.text 999482 999482 0 0.0
.iram0.text 62020 62020 0 0.0
m5stack (read only) 1053791 1053791 0 0.0
(read/write) 475656 475656 0 0.0
.dram0.bss 73696 73696 0 0.0
.dram0.data 34168 34168 0 0.0
.flash.rodata 235956 235956 0 0.0
.flash.text 1048407 1048407 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 688820 688820 0 0.0
.bss 81112 81112 0 0.0
.data 2000 2000 0 0.0
.text 599908 599908 0 0.0
lock k32w061+release (read/write) 729712 729712 0 0.0
.bss 81520 81520 0 0.0
.data 1960 1960 0 0.0
.text 640432 640432 0 0.0
linux all-clusters-app debug (read only) 2735377 2735377 0 0.0
(read/write) 172872 172872 0 0.0
.bss 83168 83168 0 0.0
.data 1984 1984 0 0.0
.data.rel.ro 81640 81640 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 992 992 0 0.0
.rodata 233861 233861 0 0.0
.text 2326674 2326674 0 0.0
bridge-app debug+rpc (read only) 1891361 1891361 0 0.0
(read/write) 120304 120304 0 0.0
.bss 71168 71168 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 40392 40392 0 0.0
.dynamic 592 592 0 0.0
.got 4032 4032 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 159633 159633 0 0.0
.text 1608946 1608946 0 0.0
chip-tool debug (read only) 10945293 8360205 -2585088 -23.6
(read/write) 375792 472720 96928 25.8
.bss 22592 22592 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 345808 442728 96920 28.0
.dynamic 624 624 0 0.0
.got 4952 4952 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 547381 453013 -94368 -17.2
.text 9557957 6825413 -2732544 -28.6
chip-tool-no-interactive-ipv6only arm64 (read only) 10556732 8221964 -2334768 -22.1
(read/write) 497697 537761 40064 8.0
.bss 40897 40897 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 393104 477776 84672 21.5
.dynamic 560 560 0 0.0
.got 58680 14080 -44600 -76.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 521228 419420 -101808 -19.5
.text 8917652 6588516 -2329136 -26.1
lighting-app debug+rpc (read only) 2326817 2326817 0 0.0
(read/write) 151256 151256 0 0.0
.bss 73216 73216 0 0.0
.data 1984 1984 0 0.0
.data.rel.ro 70328 70328 0 0.0
.dynamic 608 608 0 0.0
.got 4320 4320 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 183729 183729 0 0.0
.text 1976450 1976450 0 0.0
lock-app debug (read only) 2207169 2207169 0 0.0
(read/write) 145640 145640 0 0.0
.bss 71808 71808 0 0.0
.data 1504 1504 0 0.0
.data.rel.ro 66664 66664 0 0.0
.dynamic 592 592 0 0.0
.got 4312 4312 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 192193 192193 0 0.0
.text 1854978 1854978 0 0.0
ota-provider-app debug (read only) 2059889 2059889 0 0.0
(read/write) 138888 138888 0 0.0
.bss 71232 71232 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 60216 60216 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 174235 174235 0 0.0
.text 1728146 1728146 0 0.0
ota-requestor-app debug (read only) 2091137 2091137 0 0.0
(read/write) 141696 141696 0 0.0
.bss 71872 71872 0 0.0
.data 1928 1928 0 0.0
.data.rel.ro 62264 62264 0 0.0
.dynamic 592 592 0 0.0
.got 4320 4320 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 170588 170588 0 0.0
.text 1761554 1761554 0 0.0
shell debug (read only) 2561209 2561209 0 0.0
(read/write) 196840 196840 0 0.0
.bss 113768 113768 0 0.0
.data 1360 1360 0 0.0
.data.rel.ro 75992 75992 0 0.0
.dynamic 592 592 0 0.0
.got 4184 4184 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 215602 215602 0 0.0
.text 2183698 2183698 0 0.0
thermostat-no-ble arm64 (read only) 2368284 2368284 0 0.0
(read/write) 174369 174369 0 0.0
.bss 86097 86097 0 0.0
.data 1488 1488 0 0.0
.data.rel.ro 79008 79008 0 0.0
.dynamic 560 560 0 0.0
.got 4744 4744 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 145500 145500 0 0.0
.text 1993680 1993680 0 0.0
tv-app debug (read only) 2845017 2845305 288 0.0
(read/write) 276536 276536 0 0.0
.bss 189112 189112 0 0.0
.data 4640 4640 0 0.0
.data.rel.ro 76568 76568 0 0.0
.dynamic 592 592 0 0.0
.got 4696 4696 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 216011 216011 0 0.0
.text 2446546 2446834 288 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2411676 2411676 0 0.0
.bss 205660 205660 0 0.0
.data 5848 5848 0 0.0
.text 1374276 1374276 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1177475 1177475 0 0.0
bss 141784 141784 0 0.0
rodata 150100 150100 0 0.0
text 806956 806956 0 0.0
p6 all-clusters-app default (read/write) 2527096 2527096 0 0.0
.bss 139040 139040 0 0.0
.data 2784 2784 0 0.0
.text 1485360 1485360 0 0.0
light-app default (read/write) 2418848 2418848 0 0.0
.bss 132520 132520 0 0.0
.data 2584 2584 0 0.0
.text 1377112 1377112 0 0.0
lock-app default (read/write) 2423040 2423040 0 0.0
.bss 132320 132320 0 0.0
.data 2544 2544 0 0.0
.text 1381304 1381304 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 808020 808020 0 0.0
bss 75216 75216 0 0.0
noinit 40416 40416 0 0.0
text 571792 571792 0 0.0

@bzbarsky-apple
Copy link
Contributor

fast-tracking test changes that have been up for a while.

@bzbarsky-apple bzbarsky-apple merged commit 2057972 into project-chip:master Apr 26, 2022
AntonGrey pushed a commit to AntonGrey/connectedhomeip that referenced this pull request Apr 26, 2022
…irectly instead of Invoke (project-chip#17628)

* [YAML] Add an interaction model module to src/app/tests/suites

* [YAML] Get the interaction model module to be built along chip-tool

* Update the commandName field in ClusterTestGeneration so that the actual command to be called can be generated directly

* Update template to use the interaction model module instead of Invoke

* Update generated code
bzbarsky-apple added a commit to bzbarsky-apple/connectedhomeip that referenced this pull request Apr 26, 2022
The actual error message got lost in project-chip#17628.
bzbarsky-apple added a commit to bzbarsky-apple/connectedhomeip that referenced this pull request Apr 26, 2022
The actual error message got lost in project-chip#17628.
bzbarsky-apple added a commit to bzbarsky-apple/connectedhomeip that referenced this pull request Apr 26, 2022
The actual error message got lost in project-chip#17628.
bzbarsky-apple added a commit to bzbarsky-apple/connectedhomeip that referenced this pull request Apr 27, 2022
The actual error message got lost in project-chip#17628.
bzbarsky-apple added a commit that referenced this pull request Apr 27, 2022
The actual error message got lost in #17628.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants