.

Benchmark created on


Description

.

Test runner

Ready to run.

Testing in
TestOps/sec
1
var a = 'aaaaaaaaaaaaa';
for (var i = 0; i < 1000000; i++) {
  a.length;
}
ready
2
var b = String('aaaaaaaaaaaaa');
for (var i = 0; i < 1000000; i++) {
  b.length;
}
ready

Revisions

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