Skip to content

Commit 3b12d48

Browse files
committed
Rebaseline minimal code size tests
1 parent dcedaa7 commit 3b12d48

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/code_size/embind_hello_wasm.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 380,
44
"a.js": 9094,
55
"a.js.gz": 3993,
6-
"a.wasm": 7348,
7-
"a.wasm.gz": 3378,
8-
"total": 16994,
9-
"total_gz": 7751
6+
"a.wasm": 7332,
7+
"a.wasm.gz": 3369,
8+
"total": 16978,
9+
"total_gz": 7742
1010
}

test/code_size/embind_val_wasm.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"a.html.gz": 380,
44
"a.js": 6940,
55
"a.js.gz": 3000,
6-
"a.wasm": 9155,
7-
"a.wasm.gz": 4722,
8-
"total": 16647,
9-
"total_gz": 8102
6+
"a.wasm": 9137,
7+
"a.wasm.gz": 4712,
8+
"total": 16629,
9+
"total_gz": 8092
1010
}

0 commit comments

Comments
 (0)