commented unused gate test code
This commit is contained in:
parent
44a32017e3
commit
30c48226cb
10
sim/gate.lua
10
sim/gate.lua
@ -41,11 +41,11 @@ function Gate:queue(delay)
|
||||
end
|
||||
|
||||
function Gate:testlogic(n)
|
||||
local time = os.clock()
|
||||
for i = 1, n do
|
||||
self.definition.logic(self)
|
||||
end
|
||||
client:send("TEST\t" .. (os.clock()-time) .. "\n")
|
||||
--local time = os.clock()
|
||||
--for i = 1, n do
|
||||
-- self.definition.logic(self)
|
||||
--end
|
||||
--client:send("TEST\t" .. (os.clock()-time) .. "\n")
|
||||
end
|
||||
|
||||
function Gate:gettick()
|
||||
|
Loading…
x
Reference in New Issue
Block a user