Skip to content

Commit 084dba8

Browse files
Automatic rebaseline of codesize expectations. NFC (#25078)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (9) test expectation files were updated by running the tests with `--rebaseline`: ``` code_size/test_codesize_cxx_ctors1.json: 149260 => 149261 [+1 bytes / +0.00%] code_size/test_codesize_file_preload.json: 24417 => 24365 [-52 bytes / -0.21%] code_size/test_codesize_hello_O2.json: 6348 => 6296 [-52 bytes / -0.82%] code_size/test_codesize_hello_O3.json: 6044 => 5992 [-52 bytes / -0.86%] code_size/test_codesize_hello_Os.json: 6034 => 5982 [-52 bytes / -0.86%] code_size/test_codesize_hello_Oz.json: 5187 => 5135 [-52 bytes / -1.00%] code_size/test_codesize_hello_dylink_all.json: 844342 => 844222 [-120 bytes / -0.01%] code_size/test_codesize_hello_single_file.json: 6615 => 6547 [-68 bytes / -1.03%] code_size/test_codesize_hello_wasmfs.json: 6044 => 5992 [-52 bytes / -0.86%] Average change: -0.63% (-1.03% - +0.00%) ``` Co-authored-by: emscripten-bot <[email protected]>
1 parent f431ec2 commit 084dba8

9 files changed

+32
-32
lines changed

test/code_size/test_codesize_cxx_ctors1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19753,
33
"a.out.js.gz": 8160,
4-
"a.out.nodebug.wasm": 129507,
5-
"a.out.nodebug.wasm.gz": 49234,
6-
"total": 149260,
7-
"total_gz": 57394,
4+
"a.out.nodebug.wasm": 129508,
5+
"a.out.nodebug.wasm.gz": 49240,
6+
"total": 149261,
7+
"total_gz": 57400,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/code_size/test_codesize_file_preload.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 22684,
33
"a.out.js.gz": 9375,
4-
"a.out.nodebug.wasm": 1733,
5-
"a.out.nodebug.wasm.gz": 980,
6-
"total": 24417,
7-
"total_gz": 10355,
4+
"a.out.nodebug.wasm": 1681,
5+
"a.out.nodebug.wasm.gz": 960,
6+
"total": 24365,
7+
"total_gz": 10335,
88
"sent": [
99
"a (fd_write)"
1010
],

test/code_size/test_codesize_hello_O2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 4369,
33
"a.out.js.gz": 2146,
4-
"a.out.nodebug.wasm": 1979,
5-
"a.out.nodebug.wasm.gz": 1157,
6-
"total": 6348,
7-
"total_gz": 3303,
4+
"a.out.nodebug.wasm": 1927,
5+
"a.out.nodebug.wasm.gz": 1138,
6+
"total": 6296,
7+
"total_gz": 3284,
88
"sent": [
99
"fd_write"
1010
],

test/code_size/test_codesize_hello_O3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 4311,
33
"a.out.js.gz": 2104,
4-
"a.out.nodebug.wasm": 1733,
5-
"a.out.nodebug.wasm.gz": 980,
6-
"total": 6044,
7-
"total_gz": 3084,
4+
"a.out.nodebug.wasm": 1681,
5+
"a.out.nodebug.wasm.gz": 960,
6+
"total": 5992,
7+
"total_gz": 3064,
88
"sent": [
99
"a (fd_write)"
1010
],

test/code_size/test_codesize_hello_Os.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 4311,
33
"a.out.js.gz": 2104,
4-
"a.out.nodebug.wasm": 1723,
5-
"a.out.nodebug.wasm.gz": 985,
6-
"total": 6034,
7-
"total_gz": 3089,
4+
"a.out.nodebug.wasm": 1671,
5+
"a.out.nodebug.wasm.gz": 964,
6+
"total": 5982,
7+
"total_gz": 3068,
88
"sent": [
99
"a (fd_write)"
1010
],

test/code_size/test_codesize_hello_Oz.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 3930,
33
"a.out.js.gz": 1905,
4-
"a.out.nodebug.wasm": 1257,
5-
"a.out.nodebug.wasm.gz": 763,
6-
"total": 5187,
7-
"total_gz": 2668,
4+
"a.out.nodebug.wasm": 1205,
5+
"a.out.nodebug.wasm.gz": 740,
6+
"total": 5135,
7+
"total_gz": 2645,
88
"sent": [
99
"a (fd_write)"
1010
],

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": 246640,
3-
"a.out.nodebug.wasm": 597702,
4-
"total": 844342,
3+
"a.out.nodebug.wasm": 597582,
4+
"total": 844222,
55
"sent": [
66
"IMG_Init",
77
"IMG_Load",

test/code_size/test_codesize_hello_single_file.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"a.out.js": 6615,
3-
"a.out.js.gz": 3613,
2+
"a.out.js": 6547,
3+
"a.out.js.gz": 3593,
44
"sent": [
55
"a (fd_write)"
66
]

test/code_size/test_codesize_hello_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": 4311,
33
"a.out.js.gz": 2104,
4-
"a.out.nodebug.wasm": 1733,
5-
"a.out.nodebug.wasm.gz": 980,
6-
"total": 6044,
7-
"total_gz": 3084,
4+
"a.out.nodebug.wasm": 1681,
5+
"a.out.nodebug.wasm.gz": 960,
6+
"total": 5992,
7+
"total_gz": 3064,
88
"sent": [
99
"a (fd_write)"
1010
],

0 commit comments

Comments
 (0)