Skip to content

Commit 878a6e8

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/test_codesize_minimal_pthreads.json: 27237 => 27226 [-11 bytes / -0.04%] code_size/test_codesize_minimal_pthreads_memgrowth.json: 27665 => 27654 [-11 bytes / -0.04%] Average change: -0.04% (-0.04% - -0.04%) ```
1 parent 5e8188b commit 878a6e8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/code_size/test_codesize_minimal_pthreads.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"a.out.js": 7649,
3-
"a.out.js.gz": 3768,
2+
"a.out.js": 7638,
3+
"a.out.js.gz": 3753,
44
"a.out.nodebug.wasm": 19588,
55
"a.out.nodebug.wasm.gz": 9025,
6-
"total": 27237,
7-
"total_gz": 12793,
6+
"total": 27226,
7+
"total_gz": 12778,
88
"sent": [
99
"a (memory)",
1010
"b (emscripten_get_now)",

test/code_size/test_codesize_minimal_pthreads_memgrowth.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"a.out.js": 8076,
3-
"a.out.js.gz": 3974,
2+
"a.out.js": 8065,
3+
"a.out.js.gz": 3960,
44
"a.out.nodebug.wasm": 19589,
55
"a.out.nodebug.wasm.gz": 9025,
6-
"total": 27665,
7-
"total_gz": 12999,
6+
"total": 27654,
7+
"total_gz": 12985,
88
"sent": [
99
"a (memory)",
1010
"b (emscripten_get_now)",

0 commit comments

Comments
 (0)