Skip to content

Commit 55ed267

Browse files
committed
Automatic rebaseline of codesize expectations. NFC
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (4) test expectation files were updated by running the tests with `--rebaseline`: ``` code_size/hello_webgl2_wasm.json: 15140 => 13122 [-2018 bytes / -13.33%] code_size/hello_webgl2_wasm2js.json: 22548 => 18420 [-4128 bytes / -18.31%] code_size/hello_webgl_wasm.json: 14678 => 12660 [-2018 bytes / -13.75%] code_size/hello_webgl_wasm2js.json: 22074 => 17947 [-4127 bytes / -18.70%] Average change: -16.02% (-18.70% - -13.33%) ```
1 parent bcf911e commit 55ed267

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

test/code_size/hello_webgl2_wasm.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.html": 454,
33
"a.html.gz": 328,
4-
"a.js": 4538,
5-
"a.js.gz": 2320,
6-
"a.wasm": 10148,
7-
"a.wasm.gz": 6641,
8-
"total": 15140,
9-
"total_gz": 9289
4+
"a.js": 4382,
5+
"a.js.gz": 2251,
6+
"a.wasm": 8286,
7+
"a.wasm.gz": 5616,
8+
"total": 13122,
9+
"total_gz": 8195
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": 262,
4-
"a.js": 22202,
5-
"a.js.gz": 11636,
6-
"total": 22548,
7-
"total_gz": 11898
4+
"a.js": 18074,
5+
"a.js.gz": 9773,
6+
"total": 18420,
7+
"total_gz": 10035
88
}

test/code_size/hello_webgl_wasm.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.html": 454,
33
"a.html.gz": 328,
4-
"a.js": 4076,
5-
"a.js.gz": 2163,
6-
"a.wasm": 10148,
7-
"a.wasm.gz": 6641,
8-
"total": 14678,
9-
"total_gz": 9132
4+
"a.js": 3920,
5+
"a.js.gz": 2089,
6+
"a.wasm": 8286,
7+
"a.wasm.gz": 5616,
8+
"total": 12660,
9+
"total_gz": 8033
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": 262,
4-
"a.js": 21728,
5-
"a.js.gz": 11470,
6-
"total": 22074,
7-
"total_gz": 11732
4+
"a.js": 17601,
5+
"a.js.gz": 9608,
6+
"total": 17947,
7+
"total_gz": 9870
88
}

0 commit comments

Comments
 (0)