Skip to content

Commit 5859de8

Browse files
FilipVranesevicHattoriHanzo031
authored andcommitted
updated new binary sizes for TestBinarySize
1 parent bcfa5e8 commit 5859de8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

builder/sizes_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ func TestBinarySize(t *testing.T) {
4141
// This is a small number of very diverse targets that we want to test.
4242
tests := []sizeTest{
4343
// microcontrollers
44-
45-
{"hifive1b", "examples/echo", 4720, 280, 0, 2252},
46-
{"microbit", "examples/serial", 2820, 388, 8, 2256},
47-
{"wioterminal", "examples/pininterrupt", 6091, 1485, 116, 6816},
44+
{"hifive1b", "examples/echo", 4688, 280, 0, 2268},
45+
{"microbit", "examples/serial", 2952, 388, 8, 2272},
46+
{"wioterminal", "examples/pininterrupt", 6148, 1484, 116, 6832},
4847

4948
// TODO: also check wasm. Right now this is difficult, because
5049
// wasm binaries are run through wasm-opt and therefore the

0 commit comments

Comments
 (0)