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 Oct 15, 2024
1 parent 1dfe990 commit daf541c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions test/code_size/hello_webgl2_wasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"a.js": 4531,
"a.js.gz": 2312,
"a.wasm": 10402,
"a.wasm.gz": 6702,
"a.wasm.gz": 6704,
"total": 15387,
"total_gz": 9342
"total_gz": 9344
}
8 changes: 4 additions & 4 deletions test/code_size/hello_webgl2_wasm2js.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"a.html": 346,
"a.html.gz": 262,
"a.js": 22211,
"a.js.gz": 11592,
"total": 22557,
"total_gz": 11854
"a.js": 22199,
"a.js.gz": 11579,
"total": 22545,
"total_gz": 11841
}
4 changes: 2 additions & 2 deletions test/code_size/hello_webgl_wasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"a.js": 4069,
"a.js.gz": 2158,
"a.wasm": 10402,
"a.wasm.gz": 6702,
"a.wasm.gz": 6704,
"total": 14925,
"total_gz": 9188
"total_gz": 9190
}
8 changes: 4 additions & 4 deletions test/code_size/hello_webgl_wasm2js.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"a.html": 346,
"a.html.gz": 262,
"a.js": 21737,
"a.js.gz": 11422,
"total": 22083,
"total_gz": 11684
"a.js": 21725,
"a.js.gz": 11413,
"total": 22071,
"total_gz": 11675
}
2 changes: 1 addition & 1 deletion test/other/codesize/test_codesize_minimal_pthreads.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19480
19501

0 comments on commit daf541c

Please sign in to comment.