Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test binary size update
Browse files Browse the repository at this point in the history
HattoriHanzo031 committed Nov 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ddc79df commit 47f5d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/sizes_test.go
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ 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", 4688, 280, 0, 2268},
{"hifive1b", "examples/echo", 4692, 280, 0, 2268},
{"microbit", "examples/serial", 2952, 388, 8, 2272},
{"wioterminal", "examples/pininterrupt", 6148, 1484, 116, 6832},

0 comments on commit 47f5d3c

Please sign in to comment.