Skip to content

Commit ff8149b

Browse files
committed
fix binary size
1 parent 857ecff commit ff8149b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

builder/sizes_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ func TestBinarySize(t *testing.T) {
4242
// This is a small number of very diverse targets that we want to test.
4343
tests := []sizeTest{
4444
// microcontrollers
45-
{"hifive1b", "examples/echo", 4277, 307, 0, 2260},
46-
{"microbit", "examples/serial", 2836, 368, 8, 2256},
47-
{"wioterminal", "examples/pininterrupt", 8095, 1661, 132, 7488},
45+
{"hifive1b", "examples/echo", 4313, 323, 0, 2260},
46+
{"microbit", "examples/serial", 2838, 382, 8, 2256},
47+
{"wioterminal", "examples/pininterrupt", 8109, 1663, 132, 7488},
4848

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

0 commit comments

Comments
 (0)