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 Sep 8, 2023
1 parent 01c4612 commit f66ec9d
Show file tree
Hide file tree
Showing 22 changed files with 31 additions and 31 deletions.
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": 2727,
"a.wasm.gz": 1673,
"total": 3511,
"total_gz": 2231
"a.wasm": 2728,
"a.wasm.gz": 1672,
"total": 3512,
"total_gz": 2230
}
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": 12774,
"a.html.gz": 6965,
"total": 12774,
"total_gz": 6965
"a.html": 12766,
"a.html.gz": 6930,
"total": 12766,
"total_gz": 6930
}
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": 17351,
"a.html.gz": 7549,
"total": 17351,
"total_gz": 7549
"a.html": 17344,
"a.html.gz": 7545,
"total": 17344,
"total_gz": 7545
}
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 @@
123497
123488
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 @@
123402
123393
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 @@
166327
166315
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 @@
137116
137108
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 @@
221418
221271
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 @@
126299
126290
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 @@
163624
163621
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_files_js_fs.jssize
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19957
19958
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_files_wasmfs.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51629
51644
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 @@
12155
12153
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_hello_O1.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2412
2417
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_minimal_64.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
298
301
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_minimal_O0.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
908
914
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 @@
58303
58411
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 @@
12152
12150
2 changes: 1 addition & 1 deletion test/other/test_unoptimized_code_size_no_asserts.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
31671
31779
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 @@
11599
11591
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 @@
57017
57125
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 @@
12152
12150

0 comments on commit f66ec9d

Please sign in to comment.