Skip to content

Commit 1fb1316

Browse files
committed
Rebaseline size tests
Not sure why but some of them decreasd by ~3%. Increases don't seem to be meaningful; they are usually ~0.3%.
1 parent 9f291d8 commit 1fb1316

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
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": 9718,
55
"a.js.gz": 4291,
6-
"a.wasm": 7728,
7-
"a.wasm.gz": 3502,
8-
"total": 17998,
9-
"total_gz": 8173
6+
"a.wasm": 7506,
7+
"a.wasm.gz": 3457,
8+
"total": 17776,
9+
"total_gz": 8128
1010
}

test/code_size/embind_val_wasm.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"a.html": 552,
33
"a.html.gz": 380,
44
"a.js": 6849,
5-
"a.js.gz": 2947,
6-
"a.wasm": 9568,
7-
"a.wasm.gz": 4911,
8-
"total": 16969,
9-
"total_gz": 8238
5+
"a.js.gz": 2948,
6+
"a.wasm": 9263,
7+
"a.wasm.gz": 4761,
8+
"total": 16664,
9+
"total_gz": 8089
1010
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"a.html": 12686,
3-
"a.html.gz": 6930,
4-
"total": 12686,
5-
"total_gz": 6930
2+
"a.html": 12694,
3+
"a.html.gz": 6914,
4+
"total": 12694,
5+
"total_gz": 6914
66
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"a.html": 17266,
3-
"a.html.gz": 7515,
4-
"total": 17266,
5-
"total_gz": 7515
2+
"a.html": 17270,
3+
"a.html.gz": 7507,
4+
"total": 17270,
5+
"total_gz": 7507
66
}

0 commit comments

Comments
 (0)