Skip to content

Commit 14c3eec

Browse files
Automatic rebaseline of codesize expectations. NFC (#26465)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (14) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_ctors1.json: 152079 => 152080 [+1 bytes / +0.00%] codesize/test_codesize_cxx_ctors2.json: 151476 => 151477 [+1 bytes / +0.00%] codesize/test_codesize_cxx_except.json: 195618 => 195619 [+1 bytes / +0.00%] codesize/test_codesize_cxx_except_wasm.json: 167163 => 167164 [+1 bytes / +0.00%] codesize/test_codesize_cxx_except_wasm_legacy.json: 165043 => 165044 [+1 bytes / +0.00%] codesize/test_codesize_cxx_mangle.json: 262102 => 262103 [+1 bytes / +0.00%] codesize/test_codesize_cxx_noexcept.json: 154086 => 154087 [+1 bytes / +0.00%] codesize/test_codesize_cxx_wasmfs.json: 179996 => 179997 [+1 bytes / +0.00%] codesize/test_codesize_hello_O0.json: 39401 => 39402 [+1 bytes / +0.00%] codesize/test_codesize_hello_dylink.json: 43986 => 43985 [-1 bytes / -0.00%] codesize/test_codesize_hello_dylink_all.json: 822027 => 822026 [-1 bytes / -0.00%] codesize/test_minimal_runtime_code_size_random_printf_wasm.json: 10884 => 10886 [+2 bytes / +0.02%] codesize/test_minimal_runtime_code_size_random_printf_wasm2js.json: 17173 => 17177 [+4 bytes / +0.02%] codesize/test_unoptimized_code_size.json: 180871 => 180874 [+3 bytes / +0.00%] Average change: +0.00% (-0.00% - +0.02%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent 7968c8c commit 14c3eec

14 files changed

Lines changed: 54 additions & 54 deletions

test/codesize/test_codesize_cxx_ctors1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19214,
33
"a.out.js.gz": 7982,
4-
"a.out.nodebug.wasm": 132865,
5-
"a.out.nodebug.wasm.gz": 49889,
6-
"total": 152079,
7-
"total_gz": 57871,
4+
"a.out.nodebug.wasm": 132866,
5+
"a.out.nodebug.wasm.gz": 49893,
6+
"total": 152080,
7+
"total_gz": 57875,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_ctors2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19191,
33
"a.out.js.gz": 7968,
4-
"a.out.nodebug.wasm": 132285,
5-
"a.out.nodebug.wasm.gz": 49542,
6-
"total": 151476,
7-
"total_gz": 57510,
4+
"a.out.nodebug.wasm": 132286,
5+
"a.out.nodebug.wasm.gz": 49547,
6+
"total": 151477,
7+
"total_gz": 57515,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_except.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 22875,
33
"a.out.js.gz": 8959,
4-
"a.out.nodebug.wasm": 172743,
5-
"a.out.nodebug.wasm.gz": 57374,
6-
"total": 195618,
7-
"total_gz": 66333,
4+
"a.out.nodebug.wasm": 172744,
5+
"a.out.nodebug.wasm.gz": 57379,
6+
"total": 195619,
7+
"total_gz": 66338,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/codesize/test_codesize_cxx_except_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19025,
33
"a.out.js.gz": 7906,
4-
"a.out.nodebug.wasm": 148138,
5-
"a.out.nodebug.wasm.gz": 55261,
6-
"total": 167163,
7-
"total_gz": 63167,
4+
"a.out.nodebug.wasm": 148139,
5+
"a.out.nodebug.wasm.gz": 55264,
6+
"total": 167164,
7+
"total_gz": 63170,
88
"sent": [
99
"_abort_js",
1010
"_tzset_js",

test/codesize/test_codesize_cxx_except_wasm_legacy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19099,
33
"a.out.js.gz": 7926,
4-
"a.out.nodebug.wasm": 145944,
5-
"a.out.nodebug.wasm.gz": 54887,
6-
"total": 165043,
7-
"total_gz": 62813,
4+
"a.out.nodebug.wasm": 145945,
5+
"a.out.nodebug.wasm.gz": 54892,
6+
"total": 165044,
7+
"total_gz": 62818,
88
"sent": [
99
"_abort_js",
1010
"_tzset_js",

test/codesize/test_codesize_cxx_mangle.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 22925,
33
"a.out.js.gz": 8978,
4-
"a.out.nodebug.wasm": 239177,
5-
"a.out.nodebug.wasm.gz": 79774,
6-
"total": 262102,
7-
"total_gz": 88752,
4+
"a.out.nodebug.wasm": 239178,
5+
"a.out.nodebug.wasm.gz": 79777,
6+
"total": 262103,
7+
"total_gz": 88755,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/codesize/test_codesize_cxx_noexcept.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19214,
33
"a.out.js.gz": 7982,
4-
"a.out.nodebug.wasm": 134872,
5-
"a.out.nodebug.wasm.gz": 50723,
6-
"total": 154086,
7-
"total_gz": 58705,
4+
"a.out.nodebug.wasm": 134873,
5+
"a.out.nodebug.wasm.gz": 50728,
6+
"total": 154087,
7+
"total_gz": 58710,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_wasmfs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 7053,
33
"a.out.js.gz": 3325,
4-
"a.out.nodebug.wasm": 172943,
5-
"a.out.nodebug.wasm.gz": 63297,
6-
"total": 179996,
7-
"total_gz": 66622,
4+
"a.out.nodebug.wasm": 172944,
5+
"a.out.nodebug.wasm.gz": 63301,
6+
"total": 179997,
7+
"total_gz": 66626,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

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": 24263,
33
"a.out.js.gz": 8725,
4-
"a.out.nodebug.wasm": 15138,
5-
"a.out.nodebug.wasm.gz": 7455,
6-
"total": 39401,
7-
"total_gz": 16180,
4+
"a.out.nodebug.wasm": 15139,
5+
"a.out.nodebug.wasm.gz": 7458,
6+
"total": 39402,
7+
"total_gz": 16183,
88
"sent": [
99
"fd_write"
1010
],

test/codesize/test_codesize_hello_dylink.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 26256,
33
"a.out.js.gz": 11231,
4-
"a.out.nodebug.wasm": 17730,
5-
"a.out.nodebug.wasm.gz": 8957,
6-
"total": 43986,
7-
"total_gz": 20188,
4+
"a.out.nodebug.wasm": 17729,
5+
"a.out.nodebug.wasm.gz": 8956,
6+
"total": 43985,
7+
"total_gz": 20187,
88
"sent": [
99
"__syscall_stat64",
1010
"emscripten_resize_heap",

0 commit comments

Comments
 (0)