Skip to content

Commit

Permalink
builder: update sizes test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgryski committed Apr 15, 2023
1 parent 4293862 commit 37d17d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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", 4556, 272, 0, 2252},
{"microbit", "examples/serial", 2680, 380, 8, 2256},
{"wioterminal", "examples/pininterrupt", 6109, 1471, 116, 6816},
{"hifive1b", "examples/echo", 4572, 272, 0, 2260},
{"microbit", "examples/serial", 2684, 380, 8, 2256},
{"wioterminal", "examples/pininterrupt", 6117, 1471, 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 37d17d2

Please sign in to comment.