mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-11-11 10:00:05 +00:00
refactored stress test
This commit is contained in:
@@ -9,10 +9,7 @@ class Test
|
||||
end
|
||||
|
||||
-- stressing the GC
|
||||
local i = 0
|
||||
while true do
|
||||
for (var i = 0; ; i=i+1) do
|
||||
var x = Test("Hello world " .. i)
|
||||
x.print()
|
||||
|
||||
i = i + 1
|
||||
end
|
||||
Reference in New Issue
Block a user