Skip to content

Commit b8660f6

Browse files
Automatic rebaseline of codesize expectations. NFC (#24829)
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: 176935 => 176938 [+3 bytes / +0.00%] code_size/test_codesize_files_wasmfs.json: 55778 => 55781 [+3 bytes / +0.01%] code_size/test_codesize_hello_dylink_all.json: 844699 => 844697 [-2 bytes / -0.00%] Average change: +0.00% (-0.00% - +0.01%) ``` Co-authored-by: emscripten-bot <[email protected]>
1 parent 84c4a9d commit b8660f6

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": 169797,
5-
"a.out.nodebug.wasm.gz": 63081,
6-
"total": 176935,
7-
"total_gz": 66418,
4+
"a.out.nodebug.wasm": 169800,
5+
"a.out.nodebug.wasm.gz": 63083,
6+
"total": 176938,
7+
"total_gz": 66420,
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": 50233,
5-
"a.out.nodebug.wasm.gz": 18074,
6-
"total": 55778,
7-
"total_gz": 20664,
4+
"a.out.nodebug.wasm": 50236,
5+
"a.out.nodebug.wasm.gz": 18079,
6+
"total": 55781,
7+
"total_gz": 20669,
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": 597852,
4-
"total": 844699,
3+
"a.out.nodebug.wasm": 597850,
4+
"total": 844697,
55
"sent": [
66
"IMG_Init",
77
"IMG_Load",

0 commit comments

Comments
 (0)