We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a78c8 commit e9be5cbCopy full SHA for e9be5cb
1 file changed
builder/sizes_test.go
@@ -44,7 +44,7 @@ func TestBinarySize(t *testing.T) {
44
// microcontrollers
45
{"hifive1b", "examples/echo", 3817, 299, 0, 2252},
46
{"microbit", "examples/serial", 2820, 356, 8, 2248},
47
- {"wioterminal", "examples/pininterrupt", 7286, 1534, 120, 7248},
+ {"wioterminal", "examples/pininterrupt", 7902, 1650, 132, 7272},
48
49
// TODO: also check wasm. Right now this is difficult, because
50
// wasm binaries are run through wasm-opt and therefore the
0 commit comments