Skip to content

Commit ec2f6be

Browse files
committedSep 20, 2023
Rebaseline codesize expectations. NFC
1 parent c515ebe commit ec2f6be

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed
 

Diff for: ‎test/code_size/hello_webgl2_wasm.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 379,
44
"a.js": 4700,
55
"a.js.gz": 2417,
6-
"a.wasm": 10479,
7-
"a.wasm.gz": 6713,
8-
"total": 15748,
9-
"total_gz": 9509
6+
"a.wasm": 10474,
7+
"a.wasm.gz": 6697,
8+
"total": 15743,
9+
"total_gz": 9493
1010
}

Diff for: ‎test/code_size/hello_webgl2_wasm2js.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.html": 567,
33
"a.html.gz": 379,
4-
"a.js": 17975,
5-
"a.js.gz": 8044,
4+
"a.js": 17955,
5+
"a.js.gz": 8048,
66
"a.mem": 3171,
77
"a.mem.gz": 2713,
8-
"total": 21713,
9-
"total_gz": 11136
8+
"total": 21693,
9+
"total_gz": 11140
1010
}

Diff for: ‎test/code_size/hello_webgl_wasm.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 379,
44
"a.js": 4186,
55
"a.js.gz": 2244,
6-
"a.wasm": 10479,
7-
"a.wasm.gz": 6713,
8-
"total": 15234,
9-
"total_gz": 9336
6+
"a.wasm": 10474,
7+
"a.wasm.gz": 6697,
8+
"total": 15229,
9+
"total_gz": 9320
1010
}

Diff for: ‎test/code_size/hello_webgl_wasm2js.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.html": 567,
33
"a.html.gz": 379,
4-
"a.js": 17454,
5-
"a.js.gz": 7873,
4+
"a.js": 17434,
5+
"a.js.gz": 7876,
66
"a.mem": 3171,
77
"a.mem.gz": 2713,
8-
"total": 21192,
9-
"total_gz": 10965
8+
"total": 21172,
9+
"total_gz": 10968
1010
}

Diff for: ‎test/other/metadce/test_metadce_cxx_mangle.size

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
221271
1+
221248

0 commit comments

Comments
 (0)
Please sign in to comment.