Skip to content

Commit 0d689a3

Browse files
committed
Rebaseline size tests using CIRCLECI env var
1 parent 5da56b4 commit 0d689a3

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": 9593,
55
"a.js.gz": 4230,
6-
"a.wasm": 7615,
7-
"a.wasm.gz": 3471,
8-
"total": 17760,
9-
"total_gz": 8081
6+
"a.wasm": 7498,
7+
"a.wasm.gz": 3446,
8+
"total": 17643,
9+
"total_gz": 8056
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": 6724,
55
"a.js.gz": 2900,
6-
"a.wasm": 9528,
7-
"a.wasm.gz": 4896,
8-
"total": 16804,
9-
"total_gz": 8176
6+
"a.wasm": 9268,
7+
"a.wasm.gz": 4765,
8+
"total": 16544,
9+
"total_gz": 8045
1010
}

0 commit comments

Comments
 (0)