Skip to content

Commit 2cf9c42

Browse files
Automatic rebaseline of codesize expectations. NFC (emscripten-core#25983)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (11) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_ctors1.json: 149120 => 149109 [-11 bytes / -0.01%] codesize/test_codesize_cxx_ctors2.json: 148524 => 148513 [-11 bytes / -0.01%] codesize/test_codesize_cxx_except.json: 194583 => 194572 [-11 bytes / -0.01%] codesize/test_codesize_cxx_except_wasm.json: 164104 => 164093 [-11 bytes / -0.01%] codesize/test_codesize_cxx_except_wasm_legacy.json: 161762 => 161751 [-11 bytes / -0.01%] codesize/test_codesize_cxx_lto.json: 125455 => 125444 [-11 bytes / -0.01%] codesize/test_codesize_cxx_mangle.json: 258660 => 258649 [-11 bytes / -0.00%] codesize/test_codesize_cxx_noexcept.json: 151537 => 151526 [-11 bytes / -0.01%] codesize/test_codesize_cxx_wasmfs.json: 177099 => 177088 [-11 bytes / -0.01%] codesize/test_codesize_hello_dylink.json: 44436 => 44425 [-11 bytes / -0.02%] codesize/test_codesize_hello_dylink_all.json: 819676 => 819669 [-7 bytes / -0.00%] Average change: -0.01% (-0.02% - -0.00%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent c77be74 commit 2cf9c42

11 files changed

+42
-42
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": 19654,
33
"a.out.js.gz": 8145,
4-
"a.out.nodebug.wasm": 129466,
5-
"a.out.nodebug.wasm.gz": 49215,
6-
"total": 149120,
7-
"total_gz": 57360,
4+
"a.out.nodebug.wasm": 129455,
5+
"a.out.nodebug.wasm.gz": 49210,
6+
"total": 149109,
7+
"total_gz": 57355,
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": 19631,
33
"a.out.js.gz": 8132,
4-
"a.out.nodebug.wasm": 128893,
5-
"a.out.nodebug.wasm.gz": 48860,
6-
"total": 148524,
7-
"total_gz": 56992,
4+
"a.out.nodebug.wasm": 128882,
5+
"a.out.nodebug.wasm.gz": 48854,
6+
"total": 148513,
7+
"total_gz": 56986,
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": 23309,
33
"a.out.js.gz": 9122,
4-
"a.out.nodebug.wasm": 171274,
5-
"a.out.nodebug.wasm.gz": 57322,
6-
"total": 194583,
7-
"total_gz": 66444,
4+
"a.out.nodebug.wasm": 171263,
5+
"a.out.nodebug.wasm.gz": 57315,
6+
"total": 194572,
7+
"total_gz": 66437,
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": 19470,
33
"a.out.js.gz": 8070,
4-
"a.out.nodebug.wasm": 144634,
5-
"a.out.nodebug.wasm.gz": 54885,
6-
"total": 164104,
7-
"total_gz": 62955,
4+
"a.out.nodebug.wasm": 144623,
5+
"a.out.nodebug.wasm.gz": 54880,
6+
"total": 164093,
7+
"total_gz": 62950,
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": 19539,
33
"a.out.js.gz": 8089,
4-
"a.out.nodebug.wasm": 142223,
5-
"a.out.nodebug.wasm.gz": 54349,
6-
"total": 161762,
7-
"total_gz": 62438,
4+
"a.out.nodebug.wasm": 142212,
5+
"a.out.nodebug.wasm.gz": 54344,
6+
"total": 161751,
7+
"total_gz": 62433,
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": 18993,
33
"a.out.js.gz": 7823,
4-
"a.out.nodebug.wasm": 106462,
5-
"a.out.nodebug.wasm.gz": 42646,
6-
"total": 125455,
7-
"total_gz": 50469,
4+
"a.out.nodebug.wasm": 106451,
5+
"a.out.nodebug.wasm.gz": 42641,
6+
"total": 125444,
7+
"total_gz": 50464,
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": 23359,
33
"a.out.js.gz": 9142,
4-
"a.out.nodebug.wasm": 235301,
5-
"a.out.nodebug.wasm.gz": 78923,
6-
"total": 258660,
7-
"total_gz": 88065,
4+
"a.out.nodebug.wasm": 235290,
5+
"a.out.nodebug.wasm.gz": 78917,
6+
"total": 258649,
7+
"total_gz": 88059,
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": 19654,
33
"a.out.js.gz": 8145,
4-
"a.out.nodebug.wasm": 131883,
5-
"a.out.nodebug.wasm.gz": 50215,
6-
"total": 151537,
7-
"total_gz": 58360,
4+
"a.out.nodebug.wasm": 131872,
5+
"a.out.nodebug.wasm.gz": 50209,
6+
"total": 151526,
7+
"total_gz": 58354,
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": 7043,
33
"a.out.js.gz": 3322,
4-
"a.out.nodebug.wasm": 170056,
5-
"a.out.nodebug.wasm.gz": 62932,
6-
"total": 177099,
7-
"total_gz": 66254,
4+
"a.out.nodebug.wasm": 170045,
5+
"a.out.nodebug.wasm.gz": 62927,
6+
"total": 177088,
7+
"total_gz": 66249,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_hello_dylink.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 26695,
33
"a.out.js.gz": 11394,
4-
"a.out.nodebug.wasm": 17741,
5-
"a.out.nodebug.wasm.gz": 8963,
6-
"total": 44436,
7-
"total_gz": 20357,
4+
"a.out.nodebug.wasm": 17730,
5+
"a.out.nodebug.wasm.gz": 8957,
6+
"total": 44425,
7+
"total_gz": 20351,
88
"sent": [
99
"__syscall_stat64",
1010
"emscripten_resize_heap",

0 commit comments

Comments
 (0)