From 478fe78433738ff152812bb817d8125609c10c38 Mon Sep 17 00:00:00 2001 From: emscripten-bot Date: Tue, 10 Jun 2025 10:47:45 +0000 Subject: [PATCH] Automatic rebaseline of codesize expectations. NFC This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (4) test expectation files were updated by running the tests with `--rebaseline`: ``` code_size/audio_worklet_wasm.json: 5659 => 5666 [+7 bytes / +0.12%] code_size/embind_hello_wasm.json: 15522 => 15532 [+10 bytes / +0.06%] code_size/embind_val_wasm.json: 15320 => 15330 [+10 bytes / +0.07%] code_size/hello_wasm_worker_wasm.json: 3230 => 3240 [+10 bytes / +0.31%] Average change: +0.14% (+0.06% - +0.31%) ``` --- test/code_size/audio_worklet_wasm.json | 8 ++++---- test/code_size/embind_hello_wasm.json | 8 ++++---- test/code_size/embind_val_wasm.json | 8 ++++---- test/code_size/hello_wasm_worker_wasm.json | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/test/code_size/audio_worklet_wasm.json b/test/code_size/audio_worklet_wasm.json index 753ef4971f2aa..5aad516bd2316 100644 --- a/test/code_size/audio_worklet_wasm.json +++ b/test/code_size/audio_worklet_wasm.json @@ -3,8 +3,8 @@ "a.html.gz": 364, "a.js": 3853, "a.js.gz": 2050, - "a.wasm": 1287, - "a.wasm.gz": 859, - "total": 5659, - "total_gz": 3273 + "a.wasm": 1294, + "a.wasm.gz": 864, + "total": 5666, + "total_gz": 3278 } diff --git a/test/code_size/embind_hello_wasm.json b/test/code_size/embind_hello_wasm.json index f0ed7f9061df1..de340b9355fa8 100644 --- a/test/code_size/embind_hello_wasm.json +++ b/test/code_size/embind_hello_wasm.json @@ -3,8 +3,8 @@ "a.html.gz": 380, "a.js": 7680, "a.js.gz": 3363, - "a.wasm": 7290, - "a.wasm.gz": 3343, - "total": 15522, - "total_gz": 7086 + "a.wasm": 7300, + "a.wasm.gz": 3348, + "total": 15532, + "total_gz": 7091 } diff --git a/test/code_size/embind_val_wasm.json b/test/code_size/embind_val_wasm.json index c728c849e521a..a06e64529e4c9 100644 --- a/test/code_size/embind_val_wasm.json +++ b/test/code_size/embind_val_wasm.json @@ -3,8 +3,8 @@ "a.html.gz": 380, "a.js": 5685, "a.js.gz": 2538, - "a.wasm": 9083, - "a.wasm.gz": 4682, - "total": 15320, - "total_gz": 7600 + "a.wasm": 9093, + "a.wasm.gz": 4694, + "total": 15330, + "total_gz": 7612 } diff --git a/test/code_size/hello_wasm_worker_wasm.json b/test/code_size/hello_wasm_worker_wasm.json index 05d3767404b39..4b31168c56d25 100644 --- a/test/code_size/hello_wasm_worker_wasm.json +++ b/test/code_size/hello_wasm_worker_wasm.json @@ -3,8 +3,8 @@ "a.html.gz": 364, "a.js": 830, "a.js.gz": 530, - "a.wasm": 1881, - "a.wasm.gz": 1069, - "total": 3230, - "total_gz": 1963 + "a.wasm": 1891, + "a.wasm.gz": 1082, + "total": 3240, + "total_gz": 1976 }