Skip to content

Commit 9a799f7

Browse files
Automatic rebaseline of codesize expectations. NFC (#25770)
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: 176912 => 176779 [-133 bytes / -0.08%] codesize/test_codesize_files_wasmfs.json: 55818 => 55683 [-135 bytes / -0.24%] Average change: -0.16% (-0.24% - -0.08%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent 3622274 commit 9a799f7

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": 169853,
5-
"a.out.nodebug.wasm.gz": 62997,
6-
"total": 176912,
7-
"total_gz": 66327,
4+
"a.out.nodebug.wasm": 169720,
5+
"a.out.nodebug.wasm.gz": 62996,
6+
"total": 176779,
7+
"total_gz": 66326,
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": 50353,
5-
"a.out.nodebug.wasm.gz": 18097,
6-
"total": 55818,
7-
"total_gz": 20673,
4+
"a.out.nodebug.wasm": 50218,
5+
"a.out.nodebug.wasm.gz": 18086,
6+
"total": 55683,
7+
"total_gz": 20662,
88
"sent": [
99
"a (emscripten_date_now)",
1010
"b (emscripten_err)",

0 commit comments

Comments
 (0)