Skip to content

Commit

Permalink
Rebaseline a couple code size tests
Browse files Browse the repository at this point in the history
1 byte increase due to this diff:

-  (memory (;0;) 256 256)
+  (memory (;0;) 258 32768)

We no longer cap the maximum memory.
  • Loading branch information
SingleAccretion committed Jan 14, 2024
1 parent dfeb8da commit eb88bb2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions test/code_size/embind_val_wasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
8 changes: 4 additions & 4 deletions test/code_size/hello_webgl2_wasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
8 changes: 4 additions & 4 deletions test/code_size/hello_webgl_wasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
8 changes: 4 additions & 4 deletions test/code_size/hello_world_wasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
8 changes: 4 additions & 4 deletions test/code_size/math_wasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
8 changes: 4 additions & 4 deletions test/code_size/random_printf_wasm.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit eb88bb2

Please sign in to comment.