Skip to content

Commit 3287ef2

Browse files
committed
Code size changes
1 parent d72db7e commit 3287ef2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/code_size/audio_worklet_wasm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (q) {
2727
this.A = d.A;
2828
this.u = d.u;
2929
this.s = 4 * this.u;
30-
this.F = Math.min((t.D - 16) / this.s | 0, 16);
30+
this.F = Math.min((t.D - 16) / this.s | 0, 64);
3131
d = A();
3232
var f = B(this.F * this.s) >> 2;
3333
this.G = [];

test/code_size/test_minimal_runtime_code_size_audio_worklet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"a.html": 519,
33
"a.html.gz": 357,
44
"a.js": 4041,
5-
"a.js.gz": 2114,
5+
"a.js.gz": 2115,
66
"a.wasm": 1288,
77
"a.wasm.gz": 860,
88
"total": 5848,
9-
"total_gz": 3331
9+
"total_gz": 3332
1010
}

0 commit comments

Comments
 (0)