Skip to content

Commit c103d9b

Browse files
Automatic rebaseline of codesize expectations. NFC
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (9) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_ctors1.json: 152357 => 152368 [+11 bytes / +0.01%] codesize/test_codesize_cxx_ctors2.json: 151754 => 151765 [+11 bytes / +0.01%] codesize/test_codesize_cxx_except.json: 195948 => 195959 [+11 bytes / +0.01%] codesize/test_codesize_cxx_except_wasm.json: 167493 => 167504 [+11 bytes / +0.01%] codesize/test_codesize_cxx_except_wasm_legacy.json: 165373 => 165384 [+11 bytes / +0.01%] codesize/test_codesize_cxx_lto.json: 120972 => 120968 [-4 bytes / -0.00%] codesize/test_codesize_cxx_mangle.json: 262432 => 262443 [+11 bytes / +0.00%] codesize/test_codesize_cxx_noexcept.json: 154364 => 154375 [+11 bytes / +0.01%] codesize/test_codesize_cxx_wasmfs.json: 179931 => 179942 [+11 bytes / +0.01%] Average change: +0.01% (-0.00% - +0.01%) ```
1 parent cf52c7f commit c103d9b

9 files changed

Lines changed: 34 additions & 34 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": 19555,
33
"a.out.js.gz": 8102,
4-
"a.out.nodebug.wasm": 132802,
5-
"a.out.nodebug.wasm.gz": 49860,
6-
"total": 152357,
7-
"total_gz": 57962,
4+
"a.out.nodebug.wasm": 132813,
5+
"a.out.nodebug.wasm.gz": 49862,
6+
"total": 152368,
7+
"total_gz": 57964,
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": 19532,
33
"a.out.js.gz": 8087,
4-
"a.out.nodebug.wasm": 132222,
5-
"a.out.nodebug.wasm.gz": 49513,
6-
"total": 151754,
7-
"total_gz": 57600,
4+
"a.out.nodebug.wasm": 132233,
5+
"a.out.nodebug.wasm.gz": 49515,
6+
"total": 151765,
7+
"total_gz": 57602,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_except.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"a.out.js": 23216,
33
"a.out.js.gz": 9081,
4-
"a.out.nodebug.wasm": 172732,
4+
"a.out.nodebug.wasm": 172743,
55
"a.out.nodebug.wasm.gz": 57374,
6-
"total": 195948,
6+
"total": 195959,
77
"total_gz": 66455,
88
"sent": [
99
"__cxa_begin_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": 19366,
33
"a.out.js.gz": 8022,
4-
"a.out.nodebug.wasm": 148127,
5-
"a.out.nodebug.wasm.gz": 55257,
6-
"total": 167493,
7-
"total_gz": 63279,
4+
"a.out.nodebug.wasm": 148138,
5+
"a.out.nodebug.wasm.gz": 55261,
6+
"total": 167504,
7+
"total_gz": 63283,
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": 19440,
33
"a.out.js.gz": 8042,
4-
"a.out.nodebug.wasm": 145933,
5-
"a.out.nodebug.wasm.gz": 54885,
6-
"total": 165373,
7-
"total_gz": 62927,
4+
"a.out.nodebug.wasm": 145944,
5+
"a.out.nodebug.wasm.gz": 54887,
6+
"total": 165384,
7+
"total_gz": 62929,
88
"sent": [
99
"_abort_js",
1010
"_tzset_js",

test/codesize/test_codesize_cxx_lto.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 18902,
33
"a.out.js.gz": 7782,
4-
"a.out.nodebug.wasm": 102070,
5-
"a.out.nodebug.wasm.gz": 39424,
6-
"total": 120972,
7-
"total_gz": 47206,
4+
"a.out.nodebug.wasm": 102066,
5+
"a.out.nodebug.wasm.gz": 39421,
6+
"total": 120968,
7+
"total_gz": 47203,
88
"sent": [
99
"a (emscripten_resize_heap)",
1010
"b (_setitimer_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": 23266,
33
"a.out.js.gz": 9101,
4-
"a.out.nodebug.wasm": 239166,
5-
"a.out.nodebug.wasm.gz": 79776,
6-
"total": 262432,
7-
"total_gz": 88877,
4+
"a.out.nodebug.wasm": 239177,
5+
"a.out.nodebug.wasm.gz": 79774,
6+
"total": 262443,
7+
"total_gz": 88875,
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": 19555,
33
"a.out.js.gz": 8102,
4-
"a.out.nodebug.wasm": 134809,
5-
"a.out.nodebug.wasm.gz": 50697,
6-
"total": 154364,
7-
"total_gz": 58799,
4+
"a.out.nodebug.wasm": 134820,
5+
"a.out.nodebug.wasm.gz": 50699,
6+
"total": 154375,
7+
"total_gz": 58801,
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": 172878,
5-
"a.out.nodebug.wasm.gz": 63283,
6-
"total": 179931,
7-
"total_gz": 66608,
4+
"a.out.nodebug.wasm": 172889,
5+
"a.out.nodebug.wasm.gz": 63285,
6+
"total": 179942,
7+
"total_gz": 66610,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

0 commit comments

Comments
 (0)