Skip to content

Commit d0a5678

Browse files
Automatic rebaseline of codesize expectations. NFC (#25714)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (2) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_wasmfs.json: 176779 => 176912 [+133 bytes / +0.08%] codesize/test_codesize_files_wasmfs.json: 55683 => 55818 [+135 bytes / +0.24%] Average change: +0.16% (+0.08% - +0.24%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent 08e2de1 commit d0a5678

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/codesize/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": 7059,
33
"a.out.js.gz": 3330,
4-
"a.out.nodebug.wasm": 169720,
5-
"a.out.nodebug.wasm.gz": 62996,
6-
"total": 176779,
7-
"total_gz": 66326,
4+
"a.out.nodebug.wasm": 169853,
5+
"a.out.nodebug.wasm.gz": 62997,
6+
"total": 176912,
7+
"total_gz": 66327,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/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": 5465,
33
"a.out.js.gz": 2576,
4-
"a.out.nodebug.wasm": 50218,
5-
"a.out.nodebug.wasm.gz": 18086,
6-
"total": 55683,
7-
"total_gz": 20662,
4+
"a.out.nodebug.wasm": 50353,
5+
"a.out.nodebug.wasm.gz": 18097,
6+
"total": 55818,
7+
"total_gz": 20673,
88
"sent": [
99
"a (emscripten_date_now)",
1010
"b (emscripten_err)",

0 commit comments

Comments
 (0)