Module:Sandbox/Ahecht/benchmark: Difference between revisions

Content deleted Content added
create
 
return
Line 1:
local p = {}
 
function p.main(frame)
for i = 1, 1000000 do
if mw.ustring.match(" abcde ",'%S') then
Line 9:
return "done"
end
 
return p