From 0c030d04bc9376d95dc562cf265791e34861b773 Mon Sep 17 00:00:00 2001 From: emscripten-bot Date: Wed, 26 Nov 2025 11:31:05 +0000 Subject: [PATCH] Automatic rebaseline of codesize expectations. NFC This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (2) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_minimal_pthreads.json: 27220 => 27335 [+115 bytes / +0.42%] codesize/test_codesize_minimal_pthreads_memgrowth.json: 27648 => 27763 [+115 bytes / +0.42%] Average change: +0.42% (+0.42% - +0.42%) ``` --- test/codesize/test_codesize_minimal_pthreads.json | 8 ++++---- .../test_codesize_minimal_pthreads_memgrowth.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/codesize/test_codesize_minimal_pthreads.json b/test/codesize/test_codesize_minimal_pthreads.json index 5338840ab40a0..bb5833862f0ba 100644 --- a/test/codesize/test_codesize_minimal_pthreads.json +++ b/test/codesize/test_codesize_minimal_pthreads.json @@ -1,10 +1,10 @@ { - "a.out.js": 7611, - "a.out.js.gz": 3764, + "a.out.js": 7726, + "a.out.js.gz": 3843, "a.out.nodebug.wasm": 19609, "a.out.nodebug.wasm.gz": 9079, - "total": 27220, - "total_gz": 12843, + "total": 27335, + "total_gz": 12922, "sent": [ "a (memory)", "b (emscripten_get_now)", diff --git a/test/codesize/test_codesize_minimal_pthreads_memgrowth.json b/test/codesize/test_codesize_minimal_pthreads_memgrowth.json index dd22ec0a57456..a7002b0751ee6 100644 --- a/test/codesize/test_codesize_minimal_pthreads_memgrowth.json +++ b/test/codesize/test_codesize_minimal_pthreads_memgrowth.json @@ -1,10 +1,10 @@ { - "a.out.js": 8038, - "a.out.js.gz": 3964, + "a.out.js": 8153, + "a.out.js.gz": 4045, "a.out.nodebug.wasm": 19610, "a.out.nodebug.wasm.gz": 9080, - "total": 27648, - "total_gz": 13044, + "total": 27763, + "total_gz": 13125, "sent": [ "a (memory)", "b (emscripten_get_now)",