Skip to content

Commit df91ef4

Browse files
Automatic rebaseline of codesize expectations. NFC (#25802)
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: 149126 => 149136 [+10 bytes / +0.01%] codesize/test_codesize_cxx_ctors2.json: 148530 => 148540 [+10 bytes / +0.01%] codesize/test_codesize_cxx_except.json: 194589 => 194599 [+10 bytes / +0.01%] codesize/test_codesize_cxx_except_wasm.json: 164106 => 164116 [+10 bytes / +0.01%] codesize/test_codesize_cxx_except_wasm_legacy.json: 161764 => 161774 [+10 bytes / +0.01%] codesize/test_codesize_cxx_lto.json: 125452 => 125477 [+25 bytes / +0.02%] codesize/test_codesize_cxx_mangle.json: 258665 => 258675 [+10 bytes / +0.00%] codesize/test_codesize_cxx_noexcept.json: 151543 => 151553 [+10 bytes / +0.01%] codesize/test_codesize_cxx_wasmfs.json: 176720 => 176730 [+10 bytes / +0.01%] codesize/test_codesize_hello_O0.json: 39336 => 39338 [+2 bytes / +0.01%] codesize/test_codesize_hello_dylink.json: 44310 => 44310 [+0 bytes / +0.00%] codesize/test_codesize_hello_dylink_all.json: 819464 => 819469 [+5 bytes / +0.00%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm.json: 13199 => 13201 [+2 bytes / +0.02%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm2js.json: 18543 => 18539 [-4 bytes / -0.02%] codesize/test_minimal_runtime_code_size_hello_webgl2_wasm_singlefile.json: 15135 => 15136 [+1 bytes / +0.01%] codesize/test_minimal_runtime_code_size_hello_webgl_wasm.json: 12737 => 12739 [+2 bytes / +0.02%] codesize/test_minimal_runtime_code_size_hello_webgl_wasm2js.json: 18070 => 18066 [-4 bytes / -0.02%] codesize/test_minimal_runtime_code_size_random_printf_wasm.json: 10982 => 10988 [+6 bytes / +0.05%] codesize/test_minimal_runtime_code_size_random_printf_wasm2js.json: 17225 => 17225 [+0 bytes / +0.00%] codesize/test_unoptimized_code_size.json: 180978 => 180984 [+6 bytes / +0.00%] Average change: +0.01% (-0.02% - +0.05%) ``` Co-authored-by: emscripten-bot <[email protected]>
1 parent de1310e commit df91ef4

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": 129456,
5-
"a.out.nodebug.wasm.gz": 49187,
6-
"total": 149126,
7-
"total_gz": 57339,
4+
"a.out.nodebug.wasm": 129466,
5+
"a.out.nodebug.wasm.gz": 49162,
6+
"total": 149136,
7+
"total_gz": 57314,
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": 128883,
5-
"a.out.nodebug.wasm.gz": 48829,
6-
"total": 148530,
7-
"total_gz": 56968,
4+
"a.out.nodebug.wasm": 128893,
5+
"a.out.nodebug.wasm.gz": 48808,
6+
"total": 148540,
7+
"total_gz": 56947,
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": 171264,
5-
"a.out.nodebug.wasm.gz": 57309,
6-
"total": 194589,
7-
"total_gz": 66437,
4+
"a.out.nodebug.wasm": 171274,
5+
"a.out.nodebug.wasm.gz": 57279,
6+
"total": 194599,
7+
"total_gz": 66407,
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": 144620,
5-
"a.out.nodebug.wasm.gz": 54869,
6-
"total": 164106,
7-
"total_gz": 62946,
4+
"a.out.nodebug.wasm": 144630,
5+
"a.out.nodebug.wasm.gz": 54849,
6+
"total": 164116,
7+
"total_gz": 62926,
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": 142209,
5-
"a.out.nodebug.wasm.gz": 54320,
6-
"total": 161764,
7-
"total_gz": 62419,
4+
"a.out.nodebug.wasm": 142219,
5+
"a.out.nodebug.wasm.gz": 54301,
6+
"total": 161774,
7+
"total_gz": 62400,
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": 106443,
5-
"a.out.nodebug.wasm.gz": 42551,
6-
"total": 125452,
7-
"total_gz": 50380,
4+
"a.out.nodebug.wasm": 106468,
5+
"a.out.nodebug.wasm.gz": 42566,
6+
"total": 125477,
7+
"total_gz": 50395,
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": 235290,
5-
"a.out.nodebug.wasm.gz": 78915,
6-
"total": 258665,
7-
"total_gz": 88063,
4+
"a.out.nodebug.wasm": 235300,
5+
"a.out.nodebug.wasm.gz": 78896,
6+
"total": 258675,
7+
"total_gz": 88044,
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": 131873,
5-
"a.out.nodebug.wasm.gz": 50187,
6-
"total": 151543,
7-
"total_gz": 58339,
4+
"a.out.nodebug.wasm": 131883,
5+
"a.out.nodebug.wasm.gz": 50164,
6+
"total": 151553,
7+
"total_gz": 58316,
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": 169661,
5-
"a.out.nodebug.wasm.gz": 62933,
6-
"total": 176720,
7-
"total_gz": 66263,
4+
"a.out.nodebug.wasm": 169671,
5+
"a.out.nodebug.wasm.gz": 62902,
6+
"total": 176730,
7+
"total_gz": 66232,
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": 24194,
33
"a.out.js.gz": 8694,
4-
"a.out.nodebug.wasm": 15142,
5-
"a.out.nodebug.wasm.gz": 7471,
6-
"total": 39336,
7-
"total_gz": 16165,
4+
"a.out.nodebug.wasm": 15144,
5+
"a.out.nodebug.wasm.gz": 7460,
6+
"total": 39338,
7+
"total_gz": 16154,
88
"sent": [
99
"fd_write"
1010
],

0 commit comments

Comments
 (0)