Skip to content

Commit a45c791

Browse files
Automatic rebaseline of codesize expectations. NFC (emscripten-core#25693)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (20) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_ctors1.json: 149174 => 149173 [-1 bytes / -0.00%] codesize/test_codesize_cxx_ctors2.json: 148578 => 148577 [-1 bytes / -0.00%] codesize/test_codesize_cxx_except.json: 194591 => 194590 [-1 bytes / -0.00%] codesize/test_codesize_cxx_except_wasm.json: 164111 => 164106 [-5 bytes / -0.00%] codesize/test_codesize_cxx_except_wasm_legacy.json: 161769 => 161764 [-5 bytes / -0.00%] codesize/test_codesize_cxx_lto.json: 125472 => 125448 [-24 bytes / -0.02%] codesize/test_codesize_cxx_mangle.json: 258682 => 258681 [-1 bytes / -0.00%] codesize/test_codesize_cxx_noexcept.json: 151591 => 151590 [-1 bytes / -0.00%] codesize/test_codesize_cxx_wasmfs.json: 176780 => 176779 [-1 bytes / -0.00%] codesize/test_codesize_hello_O0.json: 39449 => 39447 [-2 bytes / -0.01%] codesize/test_codesize_hello_dylink.json: 44325 => 44325 [+0 bytes / +0.00%] codesize/test_codesize_hello_dylink_all.json: 819579 => 819575 [-4 bytes / -0.00%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm.json: 13208 => 13204 [-4 bytes / -0.03%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm2js.json: 18553 => 18554 [+1 bytes / +0.01%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm_singlefile.json: 15143 => 15147 [+4 bytes / +0.03%] codesize/test_minimal_runtime_code_size_hello_webgl_wasm.json: 12746 => 12742 [-4 bytes / -0.03%] codesize/test_minimal_runtime_code_size_hello_webgl_wasm2js.json: 18079 => 18081 [+2 bytes / +0.01%] codesize/test_minimal_runtime_code_size_random_printf_wasm.json: 10999 => 10993 [-6 bytes / -0.05%] codesize/test_minimal_runtime_code_size_random_printf_wasm2js.json: 17229 => 17229 [+0 bytes / +0.00%] codesize/test_unoptimized_code_size.json: 181098 => 181092 [-6 bytes / -0.00%] Average change: -0.01% (-0.05% - +0.03%) ``` Co-authored-by: emscripten-bot <[email protected]>
1 parent ef1cb83 commit a45c791

20 files changed

+73
-73
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": 129504,
5-
"a.out.nodebug.wasm.gz": 49231,
6-
"total": 149174,
7-
"total_gz": 57383,
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": 128931,
5-
"a.out.nodebug.wasm.gz": 48873,
6-
"total": 148578,
7-
"total_gz": 57012,
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": 171266,
5-
"a.out.nodebug.wasm.gz": 57329,
6-
"total": 194591,
7-
"total_gz": 66457,
4+
"a.out.nodebug.wasm": 171265,
5+
"a.out.nodebug.wasm.gz": 57337,
6+
"total": 194590,
7+
"total_gz": 66465,
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": 144625,
5-
"a.out.nodebug.wasm.gz": 54885,
6-
"total": 164111,
7-
"total_gz": 62962,
4+
"a.out.nodebug.wasm": 144620,
5+
"a.out.nodebug.wasm.gz": 54891,
6+
"total": 164106,
7+
"total_gz": 62968,
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": 142214,
5-
"a.out.nodebug.wasm.gz": 54348,
6-
"total": 161769,
7-
"total_gz": 62447,
4+
"a.out.nodebug.wasm": 142209,
5+
"a.out.nodebug.wasm.gz": 54350,
6+
"total": 161764,
7+
"total_gz": 62449,
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": 106463,
5-
"a.out.nodebug.wasm.gz": 42599,
6-
"total": 125472,
7-
"total_gz": 50428,
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": 235307,
5-
"a.out.nodebug.wasm.gz": 78929,
6-
"total": 258682,
7-
"total_gz": 88077,
4+
"a.out.nodebug.wasm": 235306,
5+
"a.out.nodebug.wasm.gz": 78932,
6+
"total": 258681,
7+
"total_gz": 88080,
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": 131921,
5-
"a.out.nodebug.wasm.gz": 50228,
6-
"total": 151591,
7-
"total_gz": 58380,
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": 169721,
5-
"a.out.nodebug.wasm.gz": 62981,
6-
"total": 176780,
7-
"total_gz": 66311,
4+
"a.out.nodebug.wasm": 169720,
5+
"a.out.nodebug.wasm.gz": 62996,
6+
"total": 176779,
7+
"total_gz": 66326,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_hello_O0.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 24330,
33
"a.out.js.gz": 8675,
4-
"a.out.nodebug.wasm": 15119,
5-
"a.out.nodebug.wasm.gz": 7444,
6-
"total": 39449,
7-
"total_gz": 16119,
4+
"a.out.nodebug.wasm": 15117,
5+
"a.out.nodebug.wasm.gz": 7456,
6+
"total": 39447,
7+
"total_gz": 16131,
88
"sent": [
99
"fd_write"
1010
],

0 commit comments

Comments
 (0)