Skip to content

Commit 24e1fa9

Browse files
committed
Automatic rebaseline of codesize expectations. NFC
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (2) test expectation files were updated by running the tests with `--rebaseline`: ``` code_size/embind_hello_wasm.json: 16505 => 16451 [-54 bytes / -0.33%] code_size/embind_val_wasm.json: 16158 => 16104 [-54 bytes / -0.33%] Average change: -0.33% (-0.33% - -0.33%) ```
1 parent ac7ead3 commit 24e1fa9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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": 8609,
55
"a.js.gz": 3806,
6-
"a.wasm": 7344,
7-
"a.wasm.gz": 3368,
8-
"total": 16505,
9-
"total_gz": 7554
6+
"a.wasm": 7290,
7+
"a.wasm.gz": 3343,
8+
"total": 16451,
9+
"total_gz": 7529
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": 6469,
55
"a.js.gz": 2800,
6-
"a.wasm": 9137,
7-
"a.wasm.gz": 4700,
8-
"total": 16158,
9-
"total_gz": 7880
6+
"a.wasm": 9083,
7+
"a.wasm.gz": 4682,
8+
"total": 16104,
9+
"total_gz": 7862
1010
}

0 commit comments

Comments
 (0)