add simple loop bench
fiddled with run numbers a bit recording times with noop removed results slightly worse than hoped
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
counter = 100000
|
||||
counter = 1000000
|
||||
while(counter > 0) do
|
||||
counter = counter - 1
|
||||
counter -= 1
|
||||
end
|
||||
|
Reference in New Issue
Block a user