Skip to content

Commit c0f65a5

Browse files
Automatic rebaseline of codesize expectations. NFC (emscripten-core#27303)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (5) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_ctors2.json: 151287 => 151287 [+0 bytes / +0.00%] codesize/test_codesize_cxx_except_wasm.json: 167008 => 167008 [+0 bytes / +0.00%] codesize/test_codesize_cxx_mangle.json: 262252 => 262251 [-1 bytes / -0.00%] codesize/test_codesize_cxx_noexcept.json: 153884 => 153884 [+0 bytes / +0.00%] codesize/test_codesize_cxx_wasmfs.json: 179507 => 179507 [+0 bytes / +0.00%] Average change: -0.00% (-0.00% - +0.00%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent ee22665 commit c0f65a5

5 files changed

Lines changed: 12 additions & 12 deletions

test/codesize/test_codesize_cxx_ctors2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"a.out.js": 19305,
33
"a.out.js.gz": 8131,
44
"a.out.nodebug.wasm": 131982,
5-
"a.out.nodebug.wasm.gz": 49601,
5+
"a.out.nodebug.wasm.gz": 49600,
66
"total": 151287,
7-
"total_gz": 57732,
7+
"total_gz": 57731,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_except_wasm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"a.out.js": 19127,
33
"a.out.js.gz": 8063,
44
"a.out.nodebug.wasm": 147881,
5-
"a.out.nodebug.wasm.gz": 55369,
5+
"a.out.nodebug.wasm.gz": 55368,
66
"total": 167008,
7-
"total_gz": 63432,
7+
"total_gz": 63431,
88
"sent": [
99
"_abort_js",
1010
"_tzset_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": 23357,
33
"a.out.js.gz": 9153,
4-
"a.out.nodebug.wasm": 238895,
5-
"a.out.nodebug.wasm.gz": 79814,
6-
"total": 262252,
7-
"total_gz": 88967,
4+
"a.out.nodebug.wasm": 238894,
5+
"a.out.nodebug.wasm.gz": 79813,
6+
"total": 262251,
7+
"total_gz": 88966,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/codesize/test_codesize_cxx_noexcept.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"a.out.js": 19328,
33
"a.out.js.gz": 8148,
44
"a.out.nodebug.wasm": 134556,
5-
"a.out.nodebug.wasm.gz": 50787,
5+
"a.out.nodebug.wasm.gz": 50786,
66
"total": 153884,
7-
"total_gz": 58935,
7+
"total_gz": 58934,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_wasmfs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"a.out.js": 6725,
33
"a.out.js.gz": 3184,
44
"a.out.nodebug.wasm": 172782,
5-
"a.out.nodebug.wasm.gz": 63336,
5+
"a.out.nodebug.wasm.gz": 63335,
66
"total": 179507,
7-
"total_gz": 66520,
7+
"total_gz": 66519,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

0 commit comments

Comments
 (0)