mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +01:00
use level 6 for deflate profiling
This commit is contained in:
parent
0a2c767841
commit
028cdf58d5
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ var data = new Uint8Array(fs.readFileSync(__dirname +'/samples/lorem_1mb.txt'));
|
|||
|
||||
|
||||
for (var i=0; i<50; i++) {
|
||||
pako.deflate(data, { level: 1 });
|
||||
pako.deflate(data, { level: 6 });
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue