gnag-typed-vs-for

Benchmark created on


Setup

var typed = ''
    for (var i=0;i<10000;i++) typed += 'counter++;'

Test runner

Ready to run.

Testing in
TestOps/sec
for
var counter = 0
for (var i=0;i<10000;i++) counter++
ready
typed
var counter = 0
eval(typed)
ready

Revisions

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