Skip to content

Commit cbbc783

Browse files
Automatic rebaseline of codesize expectations. NFC (#24844)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (3) test expectation files were updated by running the tests with `--rebaseline`: ``` code_size/test_codesize_cxx_wasmfs.json: 176938 => 176934 [-4 bytes / -0.00%] code_size/test_codesize_files_wasmfs.json: 55781 => 55777 [-4 bytes / -0.01%] code_size/test_codesize_hello_dylink_all.json: 844697 => 844677 [-20 bytes / -0.00%] Average change: -0.00% (-0.01% - -0.00%) ``` Co-authored-by: emscripten-bot <[email protected]>
1 parent 14da0a2 commit cbbc783

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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": 169800,
5-
"a.out.nodebug.wasm.gz": 63083,
6-
"total": 176938,
7-
"total_gz": 66420,
4+
"a.out.nodebug.wasm": 169796,
5+
"a.out.nodebug.wasm.gz": 63081,
6+
"total": 176934,
7+
"total_gz": 66418,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/code_size/test_codesize_files_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": 5545,
33
"a.out.js.gz": 2590,
4-
"a.out.nodebug.wasm": 50236,
5-
"a.out.nodebug.wasm.gz": 18079,
6-
"total": 55781,
7-
"total_gz": 20669,
4+
"a.out.nodebug.wasm": 50232,
5+
"a.out.nodebug.wasm.gz": 18077,
6+
"total": 55777,
7+
"total_gz": 20667,
88
"sent": [
99
"a (emscripten_date_now)",
1010
"b (emscripten_err)",

test/code_size/test_codesize_hello_dylink_all.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"a.out.js": 246847,
3-
"a.out.nodebug.wasm": 597850,
4-
"total": 844697,
3+
"a.out.nodebug.wasm": 597830,
4+
"total": 844677,
55
"sent": [
66
"IMG_Init",
77
"IMG_Load",

0 commit comments

Comments
 (0)