Skip to content

Commit 267448c

Browse files
Automatic rebaseline of codesize expectations. NFC (#24622)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (19) test expectation files were updated by running the tests with `--rebaseline`: ``` code_size/embind_val_wasm.json: 15020 => 15020 [+0 bytes / +0.00%] code_size/random_printf_wasm.json: 12515 => 12515 [+0 bytes / +0.00%] code_size/random_printf_wasm2js.json: 17233 => 17233 [+0 bytes / +0.00%] other/codesize/test_codesize_cxx_ctors1.size: 129753 => 129709 [-44 bytes / -0.03%] other/codesize/test_codesize_cxx_ctors2.size: 129138 => 129106 [-32 bytes / -0.02%] other/codesize/test_codesize_cxx_except.size: 171423 => 171376 [-47 bytes / -0.03%] other/codesize/test_codesize_cxx_except_wasm.size: 144869 => 144827 [-42 bytes / -0.03%] other/codesize/test_codesize_cxx_except_wasm_legacy.size: 142459 => 142417 [-42 bytes / -0.03%] other/codesize/test_codesize_cxx_lto.size: 121983 => 121949 [-34 bytes / -0.03%] other/codesize/test_codesize_cxx_mangle.size: 235487 => 235440 [-47 bytes / -0.02%] other/codesize/test_codesize_cxx_noexcept.size: 132126 => 132082 [-44 bytes / -0.03%] other/codesize/test_codesize_cxx_wasmfs.size: 169996 => 169938 [-58 bytes / -0.03%] other/codesize/test_codesize_hello_O0.size: 15167 => 15133 [-34 bytes / -0.22%] other/codesize/test_codesize_minimal_O0.size: 1156 => 1136 [-20 bytes / -1.73%] other/codesize/test_codesize_minimal_pthreads.size: 19396 => 19395 [-1 bytes / -0.01%] other/codesize/test_codesize_minimal_pthreads_memgrowth.size: 19397 => 19396 [-1 bytes / -0.01%] other/test_unoptimized_code_size.wasm.size: 15167 => 15133 [-34 bytes / -0.22%] other/test_unoptimized_code_size_no_asserts.wasm.size: 12248 => 12214 [-34 bytes / -0.28%] other/test_unoptimized_code_size_strict.wasm.size: 15167 => 15133 [-34 bytes / -0.22%] Average change: -0.16% (-1.73% - +0.00%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent 357a773 commit 267448c

19 files changed

+22
-22
lines changed

test/code_size/embind_val_wasm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"a.js": 5367,
55
"a.js.gz": 2540,
66
"a.wasm": 9101,
7-
"a.wasm.gz": 4698,
7+
"a.wasm.gz": 4699,
88
"total": 15020,
9-
"total_gz": 7618
9+
"total_gz": 7619
1010
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"a.html": 12515,
3-
"a.html.gz": 6858,
3+
"a.html.gz": 6857,
44
"total": 12515,
5-
"total_gz": 6858
5+
"total_gz": 6857
66
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"a.html": 17233,
3-
"a.html.gz": 7547,
3+
"a.html.gz": 7548,
44
"total": 17233,
5-
"total_gz": 7547
5+
"total_gz": 7548
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
129753
1+
129709
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
129138
1+
129106
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
171423
1+
171376
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
144869
1+
144827
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
142459
1+
142417
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
121983
1+
121949
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
235487
1+
235440

0 commit comments

Comments
 (0)