Skip to content

Commit 2fe9aeb

Browse files
Automatic rebaseline of codesize expectations. NFC (#24538)
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/audio_worklet_wasm.json: 5659 => 5666 [+7 bytes / +0.12%] code_size/embind_hello_wasm.json: 15522 => 15532 [+10 bytes / +0.06%] code_size/embind_val_wasm.json: 15320 => 15330 [+10 bytes / +0.07%] code_size/hello_wasm_worker_wasm.json: 3230 => 3240 [+10 bytes / +0.31%] Average change: +0.14% (+0.06% - +0.31%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent 51539ef commit 2fe9aeb

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

test/code_size/audio_worklet_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 364,
44
"a.js": 3853,
55
"a.js.gz": 2050,
6-
"a.wasm": 1287,
7-
"a.wasm.gz": 859,
8-
"total": 5659,
9-
"total_gz": 3273
6+
"a.wasm": 1294,
7+
"a.wasm.gz": 864,
8+
"total": 5666,
9+
"total_gz": 3278
1010
}

test/code_size/embind_hello_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 380,
44
"a.js": 7680,
55
"a.js.gz": 3363,
6-
"a.wasm": 7290,
7-
"a.wasm.gz": 3343,
8-
"total": 15522,
9-
"total_gz": 7086
6+
"a.wasm": 7300,
7+
"a.wasm.gz": 3348,
8+
"total": 15532,
9+
"total_gz": 7091
1010
}

test/code_size/embind_val_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 380,
44
"a.js": 5685,
55
"a.js.gz": 2538,
6-
"a.wasm": 9083,
7-
"a.wasm.gz": 4682,
8-
"total": 15320,
9-
"total_gz": 7600
6+
"a.wasm": 9093,
7+
"a.wasm.gz": 4694,
8+
"total": 15330,
9+
"total_gz": 7612
1010
}

test/code_size/hello_wasm_worker_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 364,
44
"a.js": 830,
55
"a.js.gz": 530,
6-
"a.wasm": 1881,
7-
"a.wasm.gz": 1069,
8-
"total": 3230,
9-
"total_gz": 1963
6+
"a.wasm": 1891,
7+
"a.wasm.gz": 1082,
8+
"total": 3240,
9+
"total_gz": 1976
1010
}

0 commit comments

Comments
 (0)