Test

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
1
taskValues.forEach(val => {
        taskList[val[0].toString().toLowerCase()] = val[1];
    });
ready
2
taskValues.forEach(function(val) {
        taskList[val[0].toString().toLowerCase()] = val[1];
    });
ready

Revisions

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