Skip to content

Commit 9d7550f

Browse files
committed
Automatic rebaseline of codesize expectations. NFC
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (30) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_ctors1.json: 149124 => 149173 [+49 bytes / +0.03%] codesize/test_codesize_cxx_ctors2.json: 148528 => 148577 [+49 bytes / +0.03%] codesize/test_codesize_cxx_except.json: 194587 => 194636 [+49 bytes / +0.03%] codesize/test_codesize_cxx_except_wasm.json: 164104 => 164153 [+49 bytes / +0.03%] codesize/test_codesize_cxx_except_wasm_legacy.json: 161762 => 161811 [+49 bytes / +0.03%] codesize/test_codesize_cxx_lto.json: 125465 => 125448 [-17 bytes / -0.01%] codesize/test_codesize_cxx_mangle.json: 258658 => 258718 [+60 bytes / +0.02%] codesize/test_codesize_cxx_noexcept.json: 151541 => 151590 [+49 bytes / +0.03%] codesize/test_codesize_cxx_wasmfs.json: 176718 => 176912 [+194 bytes / +0.11%] codesize/test_codesize_files_wasmfs.json: 55679 => 55818 [+139 bytes / +0.25%] codesize/test_codesize_hello_O0.json: 39326 => 39362 [+36 bytes / +0.09%] codesize/test_codesize_hello_dylink.json: 44349 => 44469 [+120 bytes / +0.27%] codesize/test_codesize_hello_dylink_all.json: 819566 => 820006 [+440 bytes / +0.05%] codesize/test_codesize_mem_O3.json: 9612 => 9610 [-2 bytes / -0.02%] codesize/test_codesize_mem_O3_grow.json: 9898 => 9896 [-2 bytes / -0.02%] codesize/test_codesize_mem_O3_grow_standalone.json: 9651 => 9649 [-2 bytes / -0.02%] codesize/test_codesize_mem_O3_standalone.json: 9509 => 9507 [-2 bytes / -0.02%] codesize/test_codesize_mem_O3_standalone_lib.json: 8804 => 8802 [-2 bytes / -0.02%] codesize/test_codesize_mem_O3_standalone_narg.json: 8837 => 8835 [-2 bytes / -0.02%] codesize/test_codesize_mem_O3_standalone_narg_flto.json: 7649 => 7647 [-2 bytes / -0.03%] codesize/test_codesize_minimal_pthreads.json: 27226 => 27220 [-6 bytes / -0.02%] codesize/test_codesize_minimal_pthreads_memgrowth.json: 27654 => 27648 [-6 bytes / -0.02%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm.json: 13201 => 13204 [+3 bytes / +0.02%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm2js.json: 18539 => 18554 [+15 bytes / +0.08%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm_singlefile.json: 15136 => 15147 [+11 bytes / +0.07%] codesize/test_minimal_runtime_code_size_hello_webgl_wasm.json: 12739 => 12742 [+3 bytes / +0.02%] codesize/test_minimal_runtime_code_size_hello_webgl_wasm2js.json: 18066 => 18081 [+15 bytes / +0.08%] codesize/test_minimal_runtime_code_size_random_printf_wasm.json: 10980 => 10993 [+13 bytes / +0.12%] codesize/test_minimal_runtime_code_size_random_printf_wasm2js.json: 17169 => 17229 [+60 bytes / +0.35%] codesize/test_unoptimized_code_size.json: 180948 => 181056 [+108 bytes / +0.06%] Average change: +0.05% (-0.03% - +0.35%) ```
1 parent 2813537 commit 9d7550f

30 files changed

+128
-118
lines changed

test/codesize/test_codesize_cxx_ctors1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19670,
33
"a.out.js.gz": 8152,
4-
"a.out.nodebug.wasm": 129454,
5-
"a.out.nodebug.wasm.gz": 49164,
6-
"total": 149124,
7-
"total_gz": 57316,
4+
"a.out.nodebug.wasm": 129503,
5+
"a.out.nodebug.wasm.gz": 49248,
6+
"total": 149173,
7+
"total_gz": 57400,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_ctors2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19647,
33
"a.out.js.gz": 8139,
4-
"a.out.nodebug.wasm": 128881,
5-
"a.out.nodebug.wasm.gz": 48809,
6-
"total": 148528,
7-
"total_gz": 56948,
4+
"a.out.nodebug.wasm": 128930,
5+
"a.out.nodebug.wasm.gz": 48886,
6+
"total": 148577,
7+
"total_gz": 57025,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_except.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 23325,
33
"a.out.js.gz": 9128,
4-
"a.out.nodebug.wasm": 171262,
5-
"a.out.nodebug.wasm.gz": 57278,
6-
"total": 194587,
7-
"total_gz": 66406,
4+
"a.out.nodebug.wasm": 171311,
5+
"a.out.nodebug.wasm.gz": 57348,
6+
"total": 194636,
7+
"total_gz": 66476,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/codesize/test_codesize_cxx_except_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19486,
33
"a.out.js.gz": 8077,
4-
"a.out.nodebug.wasm": 144618,
5-
"a.out.nodebug.wasm.gz": 54850,
6-
"total": 164104,
7-
"total_gz": 62927,
4+
"a.out.nodebug.wasm": 144667,
5+
"a.out.nodebug.wasm.gz": 54907,
6+
"total": 164153,
7+
"total_gz": 62984,
88
"sent": [
99
"_abort_js",
1010
"_tzset_js",

test/codesize/test_codesize_cxx_except_wasm_legacy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19555,
33
"a.out.js.gz": 8099,
4-
"a.out.nodebug.wasm": 142207,
5-
"a.out.nodebug.wasm.gz": 54300,
6-
"total": 161762,
7-
"total_gz": 62399,
4+
"a.out.nodebug.wasm": 142256,
5+
"a.out.nodebug.wasm.gz": 54366,
6+
"total": 161811,
7+
"total_gz": 62465,
88
"sent": [
99
"_abort_js",
1010
"_tzset_js",

test/codesize/test_codesize_cxx_lto.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19009,
33
"a.out.js.gz": 7829,
4-
"a.out.nodebug.wasm": 106456,
5-
"a.out.nodebug.wasm.gz": 42570,
6-
"total": 125465,
7-
"total_gz": 50399,
4+
"a.out.nodebug.wasm": 106439,
5+
"a.out.nodebug.wasm.gz": 42591,
6+
"total": 125448,
7+
"total_gz": 50420,
88
"sent": [
99
"a (emscripten_resize_heap)",
1010
"b (_setitimer_js)",

test/codesize/test_codesize_cxx_mangle.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 23375,
33
"a.out.js.gz": 9148,
4-
"a.out.nodebug.wasm": 235283,
5-
"a.out.nodebug.wasm.gz": 78886,
6-
"total": 258658,
7-
"total_gz": 88034,
4+
"a.out.nodebug.wasm": 235343,
5+
"a.out.nodebug.wasm.gz": 78952,
6+
"total": 258718,
7+
"total_gz": 88100,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/codesize/test_codesize_cxx_noexcept.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19670,
33
"a.out.js.gz": 8152,
4-
"a.out.nodebug.wasm": 131871,
5-
"a.out.nodebug.wasm.gz": 50163,
6-
"total": 151541,
7-
"total_gz": 58315,
4+
"a.out.nodebug.wasm": 131920,
5+
"a.out.nodebug.wasm.gz": 50242,
6+
"total": 151590,
7+
"total_gz": 58394,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_wasmfs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 7059,
33
"a.out.js.gz": 3330,
4-
"a.out.nodebug.wasm": 169659,
5-
"a.out.nodebug.wasm.gz": 62903,
6-
"total": 176718,
7-
"total_gz": 66233,
4+
"a.out.nodebug.wasm": 169853,
5+
"a.out.nodebug.wasm.gz": 62997,
6+
"total": 176912,
7+
"total_gz": 66327,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_files_wasmfs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 5465,
33
"a.out.js.gz": 2576,
4-
"a.out.nodebug.wasm": 50214,
5-
"a.out.nodebug.wasm.gz": 18070,
6-
"total": 55679,
7-
"total_gz": 20646,
4+
"a.out.nodebug.wasm": 50353,
5+
"a.out.nodebug.wasm.gz": 18097,
6+
"total": 55818,
7+
"total_gz": 20673,
88
"sent": [
99
"a (emscripten_date_now)",
1010
"b (emscripten_err)",

0 commit comments

Comments
 (0)