Skip to content

Commit bea3e58

Browse files
Automatic rebaseline of codesize expectations. NFC (#24751)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (5) test expectation files were updated by running the tests with `--rebaseline`: ``` code_size/hello_webgl2_wasm.json: 13118 => 13130 [+12 bytes / +0.09%] code_size/hello_webgl2_wasm2js.json: 18449 => 18481 [+32 bytes / +0.17%] code_size/hello_webgl_wasm.json: 12656 => 12668 [+12 bytes / +0.09%] code_size/hello_webgl_wasm2js.json: 17976 => 18008 [+32 bytes / +0.18%] other/codesize/test_codesize_hello_dylink_all.size: 597853 => 597771 [-82 bytes / -0.01%] Average change: +0.10% (-0.01% - +0.18%) ``` Co-authored-by: emscripten-bot <[email protected]>
1 parent d9bc5ed commit bea3e58

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

test/code_size/hello_webgl2_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 321,
44
"a.js": 4386,
55
"a.js.gz": 2247,
6-
"a.wasm": 8278,
7-
"a.wasm.gz": 5620,
8-
"total": 13118,
9-
"total_gz": 8188
6+
"a.wasm": 8290,
7+
"a.wasm.gz": 5639,
8+
"total": 13130,
9+
"total_gz": 8207
1010
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"a.html": 346,
33
"a.html.gz": 255,
4-
"a.js": 18103,
5-
"a.js.gz": 9766,
6-
"total": 18449,
7-
"total_gz": 10021
4+
"a.js": 18135,
5+
"a.js.gz": 9784,
6+
"total": 18481,
7+
"total_gz": 10039
88
}

test/code_size/hello_webgl_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 321,
44
"a.js": 3924,
55
"a.js.gz": 2087,
6-
"a.wasm": 8278,
7-
"a.wasm.gz": 5620,
8-
"total": 12656,
9-
"total_gz": 8028
6+
"a.wasm": 8290,
7+
"a.wasm.gz": 5639,
8+
"total": 12668,
9+
"total_gz": 8047
1010
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"a.html": 346,
33
"a.html.gz": 255,
4-
"a.js": 17630,
5-
"a.js.gz": 9598,
6-
"total": 17976,
7-
"total_gz": 9853
4+
"a.js": 17662,
5+
"a.js.gz": 9616,
6+
"total": 18008,
7+
"total_gz": 9871
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
597853
1+
597771

0 commit comments

Comments
 (0)