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 28, 2024
1 parent 58d39a5 commit 182c4d8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
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": 4539,
"a.js.gz": 2315,
"a.wasm": 10436,
"a.wasm.gz": 6725,
"total": 15544,
"total_gz": 9419
"a.wasm": 10439,
"a.wasm.gz": 6728,
"total": 15547,
"total_gz": 9422
}
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": 354,
"a.html.gz": 266,
"a.js": 22181,
"a.js.gz": 11582,
"total": 22535,
"total_gz": 11848
"a.js": 22196,
"a.js.gz": 11586,
"total": 22550,
"total_gz": 11852
}
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": 4056,
"a.js.gz": 2152,
"a.wasm": 10436,
"a.wasm.gz": 6725,
"total": 15061,
"total_gz": 9256
"a.wasm": 10439,
"a.wasm.gz": 6728,
"total": 15064,
"total_gz": 9259
}
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": 354,
"a.html.gz": 266,
"a.js": 21683,
"a.js.gz": 11407,
"total": 22037,
"total_gz": 11673
"a.js": 21698,
"a.js.gz": 11410,
"total": 22052,
"total_gz": 11676
}

0 comments on commit 182c4d8

Please sign in to comment.