boolean

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
!!
var a = 'hoge';
for (var i = 0; i < 10000; i++) { !! a;
}
ready
Boolean
var a = 'hoge';
for (var i = 0; i < 10000; i++) {
 Boolean(a);
}
ready

Revisions

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