For-loop initializers

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
var
for (var i = 0; i < 100000000; i++) {}
ready
let
for (let i = 0; i < 100000000; i++) {}
ready
none
for (i = 0; i < 100000000; i++) {}
ready

Revisions

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