Skip to content

Commit 7626560

Browse files
Automatic rebaseline of codesize expectations. NFC (#23923)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (6) test expectation files were updated by running the tests with `--rebaseline`: ``` code_size/embind_hello_wasm.json: 17650 => 17650 [+0 bytes / +0.00%] code_size/embind_val_wasm.json: 16737 => 16737 [+0 bytes / +0.00%] code_size/hello_wasm_worker_wasm.json: 3281 => 3281 [+0 bytes / +0.00%] code_size/hello_webgl2_wasm.json: 13122 => 13122 [+0 bytes / +0.00%] code_size/hello_webgl_wasm.json: 12660 => 12660 [+0 bytes / +0.00%] code_size/random_printf_wasm.json: 12494 => 12494 [+0 bytes / +0.00%] Average change: +0.00% (+0.00% - +0.00%) ``` Co-authored-by: emscripten-bot <[email protected]>
1 parent 46f1a9e commit 7626560

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

test/code_size/embind_hello_wasm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"a.js": 9750,
55
"a.js.gz": 4262,
66
"a.wasm": 7348,
7-
"a.wasm.gz": 3375,
7+
"a.wasm.gz": 3378,
88
"total": 17650,
9-
"total_gz": 8017
9+
"total_gz": 8020
1010
}

test/code_size/embind_val_wasm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"a.js": 7030,
55
"a.js.gz": 3022,
66
"a.wasm": 9155,
7-
"a.wasm.gz": 4724,
7+
"a.wasm.gz": 4722,
88
"total": 16737,
9-
"total_gz": 8126
9+
"total_gz": 8124
1010
}

test/code_size/hello_wasm_worker_wasm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"a.ww.js": 115,
77
"a.ww.js.gz": 127,
88
"a.wasm": 1881,
9-
"a.wasm.gz": 1068,
9+
"a.wasm.gz": 1069,
1010
"total": 3281,
11-
"total_gz": 2036
11+
"total_gz": 2037
1212
}

test/code_size/hello_webgl2_wasm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"a.js": 4382,
55
"a.js.gz": 2251,
66
"a.wasm": 8286,
7-
"a.wasm.gz": 5616,
7+
"a.wasm.gz": 5617,
88
"total": 13122,
9-
"total_gz": 8195
9+
"total_gz": 8196
1010
}

test/code_size/hello_webgl_wasm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"a.js": 3920,
55
"a.js.gz": 2089,
66
"a.wasm": 8286,
7-
"a.wasm.gz": 5616,
7+
"a.wasm.gz": 5617,
88
"total": 12660,
9-
"total_gz": 8033
9+
"total_gz": 8034
1010
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"a.html": 12494,
3-
"a.html.gz": 6812,
3+
"a.html.gz": 6820,
44
"total": 12494,
5-
"total_gz": 6812
5+
"total_gz": 6820
66
}

0 commit comments

Comments
 (0)