Browse Source

builder: bump sizes test values

pull/3688/head
Damian Gryski 2 years ago
committed by Ron Evans
parent
commit
6a2dd35fe6
  1. 2
      builder/sizes_test.go

2
builder/sizes_test.go

@ -43,7 +43,7 @@ func TestBinarySize(t *testing.T) {
// microcontrollers // microcontrollers
{"hifive1b", "examples/echo", 4612, 280, 0, 2252}, {"hifive1b", "examples/echo", 4612, 280, 0, 2252},
{"microbit", "examples/serial", 2724, 388, 8, 2256}, {"microbit", "examples/serial", 2724, 388, 8, 2256},
{"wioterminal", "examples/pininterrupt", 6159, 1481, 116, 6816}, {"wioterminal", "examples/pininterrupt", 6159, 1489, 116, 6816},
// TODO: also check wasm. Right now this is difficult, because // TODO: also check wasm. Right now this is difficult, because
// wasm binaries are run through wasm-opt and therefore the // wasm binaries are run through wasm-opt and therefore the

Loading…
Cancel
Save