Loop test

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
outside
let i = 0
for(; i < 1000000; i++) {}
ready
inside
for(let i = 0; i < 1000000; i++) {}
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.