Skip to content

Commit 75bbf01

Browse files
committed
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`: ``` code_size/test_codesize_cxx_ctors1.json: 149256 => 149232 [-24 bytes / -0.02%] code_size/test_codesize_cxx_ctors2.json: 148662 => 148638 [-24 bytes / -0.02%] code_size/test_codesize_cxx_except.json: 194695 => 194671 [-24 bytes / -0.01%] code_size/test_codesize_cxx_mangle.json: 258786 => 258762 [-24 bytes / -0.01%] code_size/test_codesize_cxx_noexcept.json: 151674 => 151650 [-24 bytes / -0.02%] code_size/test_codesize_cxx_wasmfs.json: 176935 => 176911 [-24 bytes / -0.01%] code_size/test_codesize_hello_O0.json: 37467 => 37453 [-14 bytes / -0.04%] code_size/test_codesize_hello_dylink_all.json: 844590 => 844684 [+94 bytes / +0.01%] code_size/test_unoptimized_code_size.json: 175109 => 175067 [-42 bytes / -0.02%] Average change: -0.01% (-0.04% - +0.01%) ```
1 parent da26326 commit 75bbf01

9 files changed

+39
-39
lines changed

test/code_size/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": 19749,
33
"a.out.js.gz": 8155,
4-
"a.out.nodebug.wasm": 129507,
5-
"a.out.nodebug.wasm.gz": 49234,
6-
"total": 149256,
7-
"total_gz": 57389,
4+
"a.out.nodebug.wasm": 129483,
5+
"a.out.nodebug.wasm.gz": 49230,
6+
"total": 149232,
7+
"total_gz": 57385,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/code_size/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": 19727,
33
"a.out.js.gz": 8145,
4-
"a.out.nodebug.wasm": 128935,
5-
"a.out.nodebug.wasm.gz": 48881,
6-
"total": 148662,
7-
"total_gz": 57026,
4+
"a.out.nodebug.wasm": 128911,
5+
"a.out.nodebug.wasm.gz": 48876,
6+
"total": 148638,
7+
"total_gz": 57021,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/code_size/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": 23410,
33
"a.out.js.gz": 9146,
4-
"a.out.nodebug.wasm": 171285,
5-
"a.out.nodebug.wasm.gz": 57342,
6-
"total": 194695,
7-
"total_gz": 66488,
4+
"a.out.nodebug.wasm": 171261,
5+
"a.out.nodebug.wasm.gz": 57337,
6+
"total": 194671,
7+
"total_gz": 66483,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/code_size/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": 23460,
33
"a.out.js.gz": 9162,
4-
"a.out.nodebug.wasm": 235326,
5-
"a.out.nodebug.wasm.gz": 78948,
6-
"total": 258786,
7-
"total_gz": 88110,
4+
"a.out.nodebug.wasm": 235302,
5+
"a.out.nodebug.wasm.gz": 78943,
6+
"total": 258762,
7+
"total_gz": 88105,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/code_size/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": 19749,
33
"a.out.js.gz": 8155,
4-
"a.out.nodebug.wasm": 131925,
5-
"a.out.nodebug.wasm.gz": 50235,
6-
"total": 151674,
7-
"total_gz": 58390,
4+
"a.out.nodebug.wasm": 131901,
5+
"a.out.nodebug.wasm.gz": 50226,
6+
"total": 151650,
7+
"total_gz": 58381,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/code_size/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": 7138,
33
"a.out.js.gz": 3337,
4-
"a.out.nodebug.wasm": 169797,
5-
"a.out.nodebug.wasm.gz": 63081,
6-
"total": 176935,
7-
"total_gz": 66418,
4+
"a.out.nodebug.wasm": 169773,
5+
"a.out.nodebug.wasm.gz": 63074,
6+
"total": 176911,
7+
"total_gz": 66411,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/code_size/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": 22324,
33
"a.out.js.gz": 8300,
4-
"a.out.nodebug.wasm": 15143,
5-
"a.out.nodebug.wasm.gz": 7452,
6-
"total": 37467,
7-
"total_gz": 15752,
4+
"a.out.nodebug.wasm": 15129,
5+
"a.out.nodebug.wasm.gz": 7440,
6+
"total": 37453,
7+
"total_gz": 15740,
88
"sent": [
99
"fd_write"
1010
],

test/code_size/test_codesize_hello_dylink_all.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"a.out.js": 246735,
3-
"a.out.nodebug.wasm": 597855,
4-
"total": 844590,
2+
"a.out.js": 246847,
3+
"a.out.nodebug.wasm": 597837,
4+
"total": 844684,
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": 53916,
33
"hello_world.js.gz": 17076,
4-
"hello_world.wasm": 15143,
5-
"hello_world.wasm.gz": 7452,
4+
"hello_world.wasm": 15129,
5+
"hello_world.wasm.gz": 7440,
66
"no_asserts.js": 26714,
77
"no_asserts.js.gz": 8952,
8-
"no_asserts.wasm": 12227,
9-
"no_asserts.wasm.gz": 6008,
8+
"no_asserts.wasm": 12213,
9+
"no_asserts.wasm.gz": 5996,
1010
"strict.js": 51966,
1111
"strict.js.gz": 16409,
12-
"strict.wasm": 15143,
13-
"strict.wasm.gz": 7438,
14-
"total": 175109,
15-
"total_gz": 63335
12+
"strict.wasm": 15129,
13+
"strict.wasm.gz": 7426,
14+
"total": 175067,
15+
"total_gz": 63299
1616
}

0 commit comments

Comments
 (0)