From 6be67f36c4a87decfa39bc4a9fadf2d487835bf8 Mon Sep 17 00:00:00 2001 From: SingleAccretion Date: Sat, 13 Jan 2024 22:38:19 +0300 Subject: [PATCH] Rebaseline a couple code size tests 1 byte increase due to this diff: - (memory (;0;) 256 256) + (memory (;0;) 258 32768) We no longer cap the maximum memory. --- test/code_size/embind_val_wasm.json | 4 ++-- test/code_size/hello_webgl2_wasm.json | 8 ++++---- test/code_size/hello_webgl_wasm.json | 8 ++++---- test/code_size/hello_world_wasm.json | 8 ++++---- test/code_size/math_wasm.json | 8 ++++---- test/code_size/random_printf_wasm.json | 8 ++++---- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/test/code_size/embind_val_wasm.json b/test/code_size/embind_val_wasm.json index 116edabb12d4e..acb49229f1175 100644 --- a/test/code_size/embind_val_wasm.json +++ b/test/code_size/embind_val_wasm.json @@ -3,8 +3,8 @@ "a.html.gz": 431, "a.js": 7395, "a.js.gz": 3109, - "a.wasm": 11458, + "a.wasm": 11459, "a.wasm.gz": 5733, - "total": 19526, + "total": 19527, "total_gz": 9273 } diff --git a/test/code_size/hello_webgl2_wasm.json b/test/code_size/hello_webgl2_wasm.json index f96369a36467d..6721af519989d 100644 --- a/test/code_size/hello_webgl2_wasm.json +++ b/test/code_size/hello_webgl2_wasm.json @@ -3,8 +3,8 @@ "a.html.gz": 379, "a.js": 4697, "a.js.gz": 2419, - "a.wasm": 10485, - "a.wasm.gz": 6732, - "total": 15751, - "total_gz": 9530 + "a.wasm": 10486, + "a.wasm.gz": 6733, + "total": 15752, + "total_gz": 9531 } diff --git a/test/code_size/hello_webgl_wasm.json b/test/code_size/hello_webgl_wasm.json index c6d2c003ef258..eb3facab4fd7c 100644 --- a/test/code_size/hello_webgl_wasm.json +++ b/test/code_size/hello_webgl_wasm.json @@ -3,8 +3,8 @@ "a.html.gz": 379, "a.js": 4183, "a.js.gz": 2241, - "a.wasm": 10485, - "a.wasm.gz": 6732, - "total": 15237, - "total_gz": 9352 + "a.wasm": 10486, + "a.wasm.gz": 6733, + "total": 15238, + "total_gz": 9353 } diff --git a/test/code_size/hello_world_wasm.json b/test/code_size/hello_world_wasm.json index ab32b871f761a..0a9d3a0a89186 100644 --- a/test/code_size/hello_world_wasm.json +++ b/test/code_size/hello_world_wasm.json @@ -3,8 +3,8 @@ "a.html.gz": 431, "a.js": 292, "a.js.gz": 252, - "a.wasm": 103, - "a.wasm.gz": 112, - "total": 1068, - "total_gz": 795 + "a.wasm": 104, + "a.wasm.gz": 114, + "total": 1069, + "total_gz": 797 } diff --git a/test/code_size/math_wasm.json b/test/code_size/math_wasm.json index 5526b37a985d7..a2fa99a6070c2 100644 --- a/test/code_size/math_wasm.json +++ b/test/code_size/math_wasm.json @@ -3,8 +3,8 @@ "a.html.gz": 431, "a.js": 111, "a.js.gz": 127, - "a.wasm": 2728, - "a.wasm.gz": 1672, - "total": 3512, - "total_gz": 2230 + "a.wasm": 2729, + "a.wasm.gz": 1673, + "total": 3513, + "total_gz": 2231 } diff --git a/test/code_size/random_printf_wasm.json b/test/code_size/random_printf_wasm.json index ea265b3202d1d..e92d6165bb4ff 100644 --- a/test/code_size/random_printf_wasm.json +++ b/test/code_size/random_printf_wasm.json @@ -1,6 +1,6 @@ { - "a.html": 12734, - "a.html.gz": 6983, - "total": 12734, - "total_gz": 6983 + "a.html": 12738, + "a.html.gz": 6950, + "total": 12738, + "total_gz": 6950 }