Skip to content

Commit 32f81ec

Browse files
Automatic rebaseline of codesize expectations. NFC (#24548)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (17) test expectation files were updated by running the tests with `--rebaseline`: ``` code_size/embind_val_wasm.json: 15330 => 15334 [+4 bytes / +0.03%] code_size/random_printf_wasm.json: 12511 => 12515 [+4 bytes / +0.03%] code_size/random_printf_wasm2js.json: 17228 => 17233 [+5 bytes / +0.03%] other/codesize/test_codesize_cxx_ctors1.size: 129749 => 129753 [+4 bytes / +0.00%] other/codesize/test_codesize_cxx_ctors2.size: 129134 => 129138 [+4 bytes / +0.00%] other/codesize/test_codesize_cxx_except.size: 171419 => 171423 [+4 bytes / +0.00%] other/codesize/test_codesize_cxx_except_wasm.size: 144865 => 144869 [+4 bytes / +0.00%] other/codesize/test_codesize_cxx_except_wasm_legacy.size: 142455 => 142459 [+4 bytes / +0.00%] other/codesize/test_codesize_cxx_lto.size: 121979 => 121983 [+4 bytes / +0.00%] other/codesize/test_codesize_cxx_mangle.size: 235483 => 235487 [+4 bytes / +0.00%] other/codesize/test_codesize_cxx_noexcept.size: 132122 => 132126 [+4 bytes / +0.00%] other/codesize/test_codesize_cxx_wasmfs.size: 169992 => 169996 [+4 bytes / +0.00%] other/codesize/test_codesize_hello_O0.size: 15163 => 15167 [+4 bytes / +0.03%] other/codesize/test_codesize_hello_dylink.size: 18543 => 18547 [+4 bytes / +0.02%] other/test_unoptimized_code_size.wasm.size: 15163 => 15167 [+4 bytes / +0.03%] other/test_unoptimized_code_size_no_asserts.wasm.size: 12244 => 12248 [+4 bytes / +0.03%] other/test_unoptimized_code_size_strict.wasm.size: 15163 => 15167 [+4 bytes / +0.03%] Average change: +0.01% (+0.00% - +0.03%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent b972b77 commit 32f81ec

17 files changed

+26
-26
lines changed

test/code_size/embind_val_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 380,
44
"a.js": 5685,
55
"a.js.gz": 2538,
6-
"a.wasm": 9093,
7-
"a.wasm.gz": 4694,
8-
"total": 15330,
9-
"total_gz": 7612
6+
"a.wasm": 9097,
7+
"a.wasm.gz": 4696,
8+
"total": 15334,
9+
"total_gz": 7614
1010
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"a.html": 12511,
3-
"a.html.gz": 6841,
4-
"total": 12511,
5-
"total_gz": 6841
2+
"a.html": 12515,
3+
"a.html.gz": 6858,
4+
"total": 12515,
5+
"total_gz": 6858
66
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"a.html": 17228,
3-
"a.html.gz": 7531,
4-
"total": 17228,
5-
"total_gz": 7531
2+
"a.html": 17233,
3+
"a.html.gz": 7547,
4+
"total": 17233,
5+
"total_gz": 7547
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
129749
1+
129753
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
129134
1+
129138
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
171419
1+
171423
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
144865
1+
144869
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
142455
1+
142459
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
121979
1+
121983
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
235483
1+
235487

0 commit comments

Comments
 (0)