Skip to content

Commit 0a66ba0

Browse files
Automatic rebaseline of codesize expectations. NFC (#25566)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (5) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_wasmfs.json: 176780 => 176780 [+0 bytes / +0.00%] codesize/test_codesize_files_wasmfs.json: 55683 => 55683 [+0 bytes / +0.00%] codesize/test_codesize_hello_O0.json: 39197 => 39189 [-8 bytes / -0.02%] codesize/test_codesize_hello_dylink_all.json: 843553 => 843559 [+6 bytes / +0.00%] codesize/test_unoptimized_code_size.json: 180236 => 180212 [-24 bytes / -0.01%] Average change: -0.01% (-0.02% - +0.00%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent 9ccceac commit 0a66ba0

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

test/codesize/test_codesize_cxx_wasmfs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"a.out.js": 7059,
33
"a.out.js.gz": 3330,
44
"a.out.nodebug.wasm": 169721,
5-
"a.out.nodebug.wasm.gz": 62983,
5+
"a.out.nodebug.wasm.gz": 62981,
66
"total": 176780,
7-
"total_gz": 66313,
7+
"total_gz": 66311,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_files_wasmfs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"a.out.js": 5465,
33
"a.out.js.gz": 2576,
44
"a.out.nodebug.wasm": 50218,
5-
"a.out.nodebug.wasm.gz": 18082,
5+
"a.out.nodebug.wasm.gz": 18086,
66
"total": 55683,
7-
"total_gz": 20658,
7+
"total_gz": 20662,
88
"sent": [
99
"a (emscripten_date_now)",
1010
"b (emscripten_err)",

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
{
22
"a.out.js": 24070,
33
"a.out.js.gz": 8666,
4-
"a.out.nodebug.wasm": 15127,
5-
"a.out.nodebug.wasm.gz": 7450,
6-
"total": 39197,
7-
"total_gz": 16116,
4+
"a.out.nodebug.wasm": 15119,
5+
"a.out.nodebug.wasm.gz": 7444,
6+
"total": 39189,
7+
"total_gz": 16110,
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
{
22
"a.out.js": 245829,
3-
"a.out.nodebug.wasm": 597724,
4-
"total": 843553,
3+
"a.out.nodebug.wasm": 597730,
4+
"total": 843559,
55
"sent": [
66
"IMG_Init",
77
"IMG_Load",
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"hello_world.js": 56566,
33
"hello_world.js.gz": 17601,
4-
"hello_world.wasm": 15127,
5-
"hello_world.wasm.gz": 7450,
4+
"hello_world.wasm": 15119,
5+
"hello_world.wasm.gz": 7444,
66
"no_asserts.js": 26608,
77
"no_asserts.js.gz": 8874,
8-
"no_asserts.wasm": 12227,
9-
"no_asserts.wasm.gz": 6010,
8+
"no_asserts.wasm": 12219,
9+
"no_asserts.wasm.gz": 6005,
1010
"strict.js": 54581,
1111
"strict.js.gz": 16947,
12-
"strict.wasm": 15127,
13-
"strict.wasm.gz": 7447,
14-
"total": 180236,
15-
"total_gz": 64329
12+
"strict.wasm": 15119,
13+
"strict.wasm.gz": 7442,
14+
"total": 180212,
15+
"total_gz": 64313
1616
}

0 commit comments

Comments
 (0)