Skip to content

Commit 101b333

Browse files
Automatic rebaseline of codesize expectations. NFC (#26894)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (3) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_hello_O0.json: 39070 => 39101 [+31 bytes / +0.08%] codesize/test_codesize_hello_dylink_all.json: 822686 => 822787 [+101 bytes / +0.01%] codesize/test_unoptimized_code_size.json: 180144 => 180180 [+36 bytes / +0.02%] Average change: +0.04% (+0.01% - +0.08%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent 0d8be82 commit 101b333

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

test/codesize/test_codesize_hello_O0.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"a.out.js": 24220,
3-
"a.out.js.gz": 8713,
2+
"a.out.js": 24251,
3+
"a.out.js.gz": 8721,
44
"a.out.nodebug.wasm": 14850,
55
"a.out.nodebug.wasm.gz": 7314,
6-
"total": 39070,
7-
"total_gz": 16027,
6+
"total": 39101,
7+
"total_gz": 16035,
88
"sent": [
99
"fd_write"
1010
],

test/codesize/test_codesize_hello_dylink_all.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"a.out.js": 244557,
2+
"a.out.js": 244658,
33
"a.out.nodebug.wasm": 578129,
4-
"total": 822686,
4+
"total": 822787,
55
"sent": [
66
"IMG_Init",
77
"IMG_Load",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"hello_world.js": 56997,
3-
"hello_world.js.gz": 17742,
2+
"hello_world.js": 57033,
3+
"hello_world.js.gz": 17750,
44
"hello_world.wasm": 14850,
55
"hello_world.wasm.gz": 7314,
66
"no_asserts.js": 26622,
@@ -11,6 +11,6 @@
1111
"strict.js.gz": 17049,
1212
"strict.wasm": 14850,
1313
"strict.wasm.gz": 7310,
14-
"total": 180144,
15-
"total_gz": 64183
14+
"total": 180180,
15+
"total_gz": 64191
1616
}

0 commit comments

Comments
 (0)