Skip to content

Commit edbd750

Browse files
committed
Automatic rebaseline of codesize expectations. NFC
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (20) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_ctors1.json: 149173 => 149179 [+6 bytes / +0.00%] codesize/test_codesize_cxx_ctors2.json: 148577 => 148583 [+6 bytes / +0.00%] codesize/test_codesize_cxx_except.json: 194590 => 194596 [+6 bytes / +0.00%] codesize/test_codesize_cxx_except_wasm.json: 164106 => 164116 [+10 bytes / +0.01%] codesize/test_codesize_cxx_except_wasm_legacy.json: 161764 => 161774 [+10 bytes / +0.01%] codesize/test_codesize_cxx_lto.json: 125448 => 125474 [+26 bytes / +0.02%] codesize/test_codesize_cxx_mangle.json: 258674 => 258687 [+13 bytes / +0.01%] codesize/test_codesize_cxx_noexcept.json: 151590 => 151596 [+6 bytes / +0.00%] codesize/test_codesize_cxx_wasmfs.json: 176912 => 176856 [-56 bytes / -0.03%] codesize/test_codesize_files_wasmfs.json: 55818 => 55700 [-118 bytes / -0.21%] codesize/test_codesize_hello_dylink.json: 44309 => 44309 [+0 bytes / +0.00%] codesize/test_codesize_hello_dylink_all.json: 819525 => 819933 [+408 bytes / +0.05%] codesize/test_minimal_runtime_code_size_hello_embind.json: 15129 => 15129 [+0 bytes / +0.00%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm.json: 13204 => 13208 [+4 bytes / +0.03%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm2js.json: 18554 => 18553 [-1 bytes / -0.01%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm_singlefile.json: 15147 => 15143 [-4 bytes / -0.03%] codesize/test_minimal_runtime_code_size_hello_webgl_wasm.json: 12742 => 12746 [+4 bytes / +0.03%] codesize/test_minimal_runtime_code_size_hello_webgl_wasm2js.json: 18081 => 18079 [-2 bytes / -0.01%] codesize/test_minimal_runtime_code_size_random_printf_wasm.json: 10993 => 10999 [+6 bytes / +0.05%] codesize/test_minimal_runtime_code_size_random_printf_wasm2js.json: 17229 => 17229 [+0 bytes / +0.00%] Average change: -0.00% (-0.21% - +0.05%) ```
1 parent d92f7f8 commit edbd750

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

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": 24194,
33
"a.out.js.gz": 8694,
4-
"a.out.nodebug.wasm": 15127,
5-
"a.out.nodebug.wasm.gz": 7450,
6-
"total": 39321,
7-
"total_gz": 16144,
4+
"a.out.nodebug.wasm": 15117,
5+
"a.out.nodebug.wasm.gz": 7456,
6+
"total": 39311,
7+
"total_gz": 16150,
88
"sent": [
99
"fd_write"
1010
],

test/codesize/test_codesize_hello_dylink_all.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"a.out.js": 245483,
3-
"a.out.nodebug.wasm": 574042,
4-
"total": 819525,
2+
"a.out.js": 245865,
3+
"a.out.nodebug.wasm": 574039,
4+
"total": 819904,
55
"sent": [
66
"IMG_Init",
77
"IMG_Load",
@@ -741,6 +741,7 @@
741741
"emscripten_promise_resolve",
742742
"emscripten_promise_then",
743743
"emscripten_random",
744+
"emscripten_remove_callback",
744745
"emscripten_request_animation_frame",
745746
"emscripten_request_animation_frame_loop",
746747
"emscripten_request_fullscreen",
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"hello_world.js": 56928,
33
"hello_world.js.gz": 17700,
4-
"hello_world.wasm": 15127,
5-
"hello_world.wasm.gz": 7450,
4+
"hello_world.wasm": 15117,
5+
"hello_world.wasm.gz": 7456,
66
"no_asserts.js": 26632,
77
"no_asserts.js.gz": 8884,
8-
"no_asserts.wasm": 12227,
9-
"no_asserts.wasm.gz": 6010,
8+
"no_asserts.wasm": 12217,
9+
"no_asserts.wasm.gz": 6015,
1010
"strict.js": 54943,
1111
"strict.js.gz": 17045,
12-
"strict.wasm": 15127,
13-
"strict.wasm.gz": 7447,
14-
"total": 180984,
15-
"total_gz": 64536
12+
"strict.wasm": 15117,
13+
"strict.wasm.gz": 7451,
14+
"total": 180954,
15+
"total_gz": 64551
1616
}

0 commit comments

Comments
 (0)