Skip to content

Commit

Permalink
updated new binary sizes for TestBinarySize
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipVranesevic committed Sep 20, 2024
1 parent 88c6a25 commit 47d0cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/sizes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ func TestBinarySize(t *testing.T) {
// This is a small number of very diverse targets that we want to test.
tests := []sizeTest{
// microcontrollers
{"hifive1b", "examples/echo", 4716, 280, 0, 2252},
{"hifive1b", "examples/echo", 4608, 280, 0, 2252},
{"microbit", "examples/serial", 2816, 388, 8, 2256},
{"wioterminal", "examples/pininterrupt", 6091, 1485, 116, 6816},
{"wioterminal", "examples/pininterrupt", 6060, 1484, 116, 6816},

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

0 comments on commit 47d0cb1

Please sign in to comment.