Skip to content

Commit

Permalink
Rebaseline codesize expectations. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Mar 7, 2024
1 parent e0bd10a commit d278e2d
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions test/code_size/hello_webgl2_wasm2js.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"a.html": 354,
"a.html.gz": 266,
"a.js": 22273,
"a.js.gz": 11608,
"a.js.gz": 11612,
"total": 22627,
"total_gz": 11874
"total_gz": 11878
}
4 changes: 2 additions & 2 deletions test/code_size/hello_webgl_wasm2js.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"a.html": 354,
"a.html.gz": 266,
"a.js": 21775,
"a.js.gz": 11436,
"a.js.gz": 11439,
"total": 22129,
"total_gz": 11702
"total_gz": 11705
}
4 changes: 2 additions & 2 deletions test/code_size/hello_world_wasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"a.js": 291,
"a.js.gz": 249,
"a.wasm": 103,
"a.wasm.gz": 112,
"a.wasm.gz": 113,
"total": 1067,
"total_gz": 792
"total_gz": 793
}
4 changes: 2 additions & 2 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": 110,
"a.js.gz": 125,
"a.wasm": 2724,
"a.wasm": 2723,
"a.wasm.gz": 1667,
"total": 3507,
"total": 3506,
"total_gz": 2223
}
4 changes: 2 additions & 2 deletions test/code_size/random_printf_wasm2js.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"a.html": 17275,
"a.html.gz": 7537,
"a.html.gz": 7538,
"total": 17275,
"total_gz": 7537
"total_gz": 7538
}
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_cxx_ctors1.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
125824
125818
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_cxx_ctors2.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
125283
125277
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_cxx_except.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
168087
168081
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_cxx_except_wasm.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
139192
139186
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_cxx_mangle.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
223571
223565
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_cxx_noexcept.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
128618
128612
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_cxx_wasmfs.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
165812
165806
2 changes: 1 addition & 1 deletion test/other/test_unoptimized_code_size.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
58034
57813
2 changes: 1 addition & 1 deletion test/other/test_unoptimized_code_size_strict.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
56937
56716

0 comments on commit d278e2d

Please sign in to comment.