Skip to content

Commit d1ba27c

Browse files
Automatic rebaseline of codesize expectations. NFC (#25913)
This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (3) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_wasmfs.json: 176714 => 177099 [+385 bytes / +0.22%] codesize/test_codesize_files_wasmfs.json: 55677 => 56055 [+378 bytes / +0.68%] codesize/test_codesize_hello_dylink_all.json: 819717 => 819406 [-311 bytes / -0.04%] Average change: +0.29% (-0.04% - +0.68%) ``` Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent 04fda5c commit d1ba27c

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

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": 169671,
5-
"a.out.nodebug.wasm.gz": 62949,
6-
"total": 176714,
7-
"total_gz": 66271,
4+
"a.out.nodebug.wasm": 170056,
5+
"a.out.nodebug.wasm.gz": 62932,
6+
"total": 177099,
7+
"total_gz": 66254,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_files_wasmfs.json

Lines changed: 4 additions & 5 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": 50212,
5-
"a.out.nodebug.wasm.gz": 18067,
6-
"total": 55677,
7-
"total_gz": 20643,
4+
"a.out.nodebug.wasm": 50590,
5+
"a.out.nodebug.wasm.gz": 18089,
6+
"total": 56055,
7+
"total_gz": 20665,
88
"sent": [
99
"a (emscripten_date_now)",
1010
"b (emscripten_err)",
@@ -172,7 +172,6 @@
172172
"$wasmfs::SpecialFiles::\\28anonymous\\20namespace\\29::StdoutFile::write\\28unsigned\\20char\\20const*\\2c\\20unsigned\\20long\\2c\\20long\\20long\\29",
173173
"$wasmfs::SpecialFiles::\\28anonymous\\20namespace\\29::StdoutFile::~StdoutFile\\28\\29",
174174
"$wasmfs::SpecialFiles::\\28anonymous\\20namespace\\29::WritingStdFile::flush\\28\\29",
175-
"$wasmfs::SpecialFiles::\\28anonymous\\20namespace\\29::WritingStdFile::writeToJS\\28unsigned\\20char\\20const*\\2c\\20unsigned\\20long\\2c\\20void\\20\\28*\\29\\28char\\20const*\\29\\2c\\20std::__2::vector<char\\2c\\20std::__2::allocator<char>>&\\29",
176175
"$wasmfs::SpecialFiles::\\28anonymous\\20namespace\\29::WritingStdFile::~WritingStdFile\\28\\29",
177176
"$wasmfs::SpecialFiles::\\28anonymous\\20namespace\\29::WritingStdFile::~WritingStdFile\\28\\29",
178177
"$wasmfs::SpecialFiles::getStderr\\28\\29",

test/codesize/test_codesize_hello_dylink_all.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"a.out.js": 245661,
3-
"a.out.nodebug.wasm": 574056,
4-
"total": 819717,
3+
"a.out.nodebug.wasm": 573745,
4+
"total": 819406,
55
"sent": [
66
"IMG_Init",
77
"IMG_Load",

0 commit comments

Comments
 (0)