Adjust numbers
parent
6da94b1dd5
commit
f35d7a85d3
Binary file not shown.
|
@ -34,7 +34,7 @@ package
|
|||
payload = b64.toByteArray().toString();
|
||||
|
||||
// defrag
|
||||
for (var i:uint = 0; i < 50; i++) new Vector.<uint>(0x3e0)
|
||||
for (var i:uint = 0; i < 10000; i++) new Vector.<uint>(0x3e0)
|
||||
|
||||
for (i = 0; i < 1000; i++) ba.writeUnsignedInt(data++)
|
||||
ba.compress()
|
||||
|
|
Loading…
Reference in New Issue