Skip to content

Commit 51c136f

Browse files
Automatic rebaseline of codesize expectations. NFC (#25724)
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_mangle.json: 258681 => 258674 [-7 bytes / -0.00%] codesize/test_codesize_hello_dylink_all.json: 819550 => 819525 [-25 bytes / -0.00%] Average change: -0.00% (-0.00% - -0.00%) ``` Co-authored-by: emscripten-bot <[email protected]>
1 parent 590d39a commit 51c136f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

test/codesize/test_codesize_cxx_mangle.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 23375,
33
"a.out.js.gz": 9148,
4-
"a.out.nodebug.wasm": 235306,
5-
"a.out.nodebug.wasm.gz": 78932,
6-
"total": 258681,
7-
"total_gz": 88080,
4+
"a.out.nodebug.wasm": 235299,
5+
"a.out.nodebug.wasm.gz": 78928,
6+
"total": 258674,
7+
"total_gz": 88076,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/codesize/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": 245483,
3-
"a.out.nodebug.wasm": 574067,
4-
"total": 819550,
3+
"a.out.nodebug.wasm": 574042,
4+
"total": 819525,
55
"sent": [
66
"IMG_Init",
77
"IMG_Load",

0 commit comments

Comments
 (0)