Skip to content

Commit 8fff286

Browse files
committed
builder: tweak output sizes
1 parent ee4882d commit 8fff286

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-
{"hifive1b", "examples/echo", 4560, 280, 0, 2268},
45-
{"microbit", "examples/serial", 2868, 388, 8, 2272},
46-
{"wioterminal", "examples/pininterrupt", 6104, 1484, 116, 6832},
47-
44+
{"hifive1b", "examples/echo", 5040, 280, 0, 2268},
45+
{"microbit", "examples/serial", 2896, 388, 8, 2272},
46+
{"wioterminal", "examples/pininterrupt", 6152, 1484, 116, 6832},
4847
// TODO: also check wasm. Right now this is difficult, because
4948
// wasm binaries are run through wasm-opt and therefore the
5049
// output varies by binaryen version.

0 commit comments

Comments
 (0)