Skip to content

Commit 03f6d1a

Browse files
Automatic rebaseline of codesize expectations. NFC (#24887)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (3) test expectation files were updated by running the tests with `--rebaseline`: ``` code_size/test_minimal_runtime_code_size_hello_embind.json: 15101 => 15112 [+11 bytes / +0.07%] code_size/test_minimal_runtime_code_size_hello_embind_val.json: 11739 => 11750 [+11 bytes / +0.09%] code_size/test_minimal_runtime_code_size_hello_wasm_worker.json: 3259 => 3203 [-56 bytes / -1.72%] Average change: -0.52% (-1.72% - +0.09%) ``` Co-authored-by: emscripten-bot <[email protected]>
1 parent 4c3f383 commit 03f6d1a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

test/code_size/test_minimal_runtime_code_size_hello_embind.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 373,
44
"a.js": 7255,
55
"a.js.gz": 3313,
6-
"a.wasm": 7294,
7-
"a.wasm.gz": 3339,
8-
"total": 15101,
9-
"total_gz": 7025
6+
"a.wasm": 7305,
7+
"a.wasm.gz": 3352,
8+
"total": 15112,
9+
"total_gz": 7038
1010
}

test/code_size/test_minimal_runtime_code_size_hello_embind_val.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 373,
44
"a.js": 5356,
55
"a.js.gz": 2526,
6-
"a.wasm": 5831,
7-
"a.wasm.gz": 2713,
8-
"total": 11739,
9-
"total_gz": 5612
6+
"a.wasm": 5842,
7+
"a.wasm.gz": 2726,
8+
"total": 11750,
9+
"total_gz": 5625
1010
}

test/code_size/test_minimal_runtime_code_size_hello_wasm_worker.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 357,
44
"a.js": 855,
55
"a.js.gz": 543,
6-
"a.wasm": 1885,
7-
"a.wasm.gz": 1072,
8-
"total": 3259,
9-
"total_gz": 1972
6+
"a.wasm": 1829,
7+
"a.wasm.gz": 1051,
8+
"total": 3203,
9+
"total_gz": 1951
1010
}

0 commit comments

Comments
 (0)