Skip to content

Commit

Permalink
test binary size update
Browse files Browse the repository at this point in the history
  • Loading branch information
HattoriHanzo031 committed Oct 31, 2024
1 parent 5859de8 commit a48056d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/sizes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestBinarySize(t *testing.T) {
// This is a small number of very diverse targets that we want to test.
tests := []sizeTest{
// microcontrollers
{"hifive1b", "examples/echo", 4688, 280, 0, 2268},
{"hifive1b", "examples/echo", 4692, 280, 0, 2268},
{"microbit", "examples/serial", 2952, 388, 8, 2272},
{"wioterminal", "examples/pininterrupt", 6148, 1484, 116, 6832},

Expand Down

0 comments on commit a48056d

Please sign in to comment.