Skip to content

Commit 6422dc9

Browse files
Automatic rebaseline of codesize expectations. NFC (#24812)
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`: ``` code_size/test_codesize_cxx_lto.json: 125551 => 125545 [-6 bytes / -0.00%] code_size/test_codesize_hello_dylink_all.json: 844590 => 844583 [-7 bytes / -0.00%] Average change: -0.00% (-0.00% - -0.00%) ``` Co-authored-by: emscripten-bot <[email protected]>
1 parent 3c1f975 commit 6422dc9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

test/code_size/test_codesize_cxx_lto.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19077,
33
"a.out.js.gz": 7835,
4-
"a.out.nodebug.wasm": 106474,
5-
"a.out.nodebug.wasm.gz": 42624,
6-
"total": 125551,
7-
"total_gz": 50459,
4+
"a.out.nodebug.wasm": 106468,
5+
"a.out.nodebug.wasm.gz": 42616,
6+
"total": 125545,
7+
"total_gz": 50451,
88
"sent": [
99
"a (emscripten_resize_heap)",
1010
"b (_setitimer_js)",

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": 246735,
3-
"a.out.nodebug.wasm": 597855,
4-
"total": 844590,
3+
"a.out.nodebug.wasm": 597848,
4+
"total": 844583,
55
"sent": [
66
"IMG_Init",
77
"IMG_Load",

0 commit comments

Comments
 (0)