Module:Sandbox/User:Fjara

From Illerai

This is the current revision of this page, as edited by imported>SlapChoppe at 22:48, 30 November 2021 (SlapChoppe moved Module:Sandbox/User:fFjara to Module:Sandbox/User:Fjara without leaving a redirect). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sandbox/User:Fjara/doc

local i = 0
local start = os.clock()
while(i < 99999) do
	--CODE
	i = i + 1
end
mw.log(os.clock() - start .. " seconds")
-------------------
local i = 0
local start = os.clock()
--ALTCODE
while(i < 99999) do
	--ALTCODE
	i = i + 1
end
mw.log(os.clock() - start .. " seconds")