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 May 17, 2024
1 parent 42a6ea2 commit 67bfe26
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 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": 7080,
"a.js.gz": 2999,
"a.wasm": 11614,
"a.wasm.gz": 5809,
"total": 19367,
"total_gz": 9239
"a.wasm": 11618,
"a.wasm.gz": 5811,
"total": 19371,
"total_gz": 9241
}
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": 110,
"a.js.gz": 125,
"a.wasm": 2724,
"a.wasm.gz": 1668,
"total": 3507,
"total_gz": 2224
"a.wasm": 2719,
"a.wasm.gz": 1673,
"total": 3502,
"total_gz": 2229
}
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": 6902,
"total": 12734,
"total_gz": 6902
"a.html": 12742,
"a.html.gz": 6928,
"total": 12742,
"total_gz": 6928
}
8 changes: 4 additions & 4 deletions test/code_size/random_printf_wasm2js.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"a.html": 17305,
"a.html.gz": 7502,
"total": 17305,
"total_gz": 7502
"a.html": 17329,
"a.html.gz": 7518,
"total": 17329,
"total_gz": 7518
}
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 @@
126008
126074
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 @@
125481
125534
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 @@
168231
168300
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 @@
139361
139451
Original file line number Diff line number Diff line change
@@ -1 +1 @@
141975
142088
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 @@
229830
229900
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 @@
128821
128887
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 @@
166070
166136
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_hello_O0.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12162
12167
2 changes: 1 addition & 1 deletion test/other/test_unoptimized_code_size.wasm.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12159
12164
2 changes: 1 addition & 1 deletion test/other/test_unoptimized_code_size_no_asserts.wasm.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11637
11642
2 changes: 1 addition & 1 deletion test/other/test_unoptimized_code_size_strict.wasm.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12159
12164

0 comments on commit 67bfe26

Please sign in to comment.