Skip to content

Commit 229d5b7

Browse files
committed
builder: tweak output sizes
1 parent e288226 commit 229d5b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builder/sizes_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +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-
{"hifive1b", "examples/echo", 4484, 280, 0, 2252},
45-
{"microbit", "examples/serial", 2732, 388, 8, 2256},
46-
{"wioterminal", "examples/pininterrupt", 6016, 1484, 116, 6816},
44+
{"hifive1b", "examples/echo", 4552, 280, 0, 2252},
45+
{"microbit", "examples/serial", 2760, 388, 8, 2256},
46+
{"wioterminal", "examples/pininterrupt", 6044, 1484, 116, 6816},
4747

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

0 commit comments

Comments
 (0)