toString vs. concatination

Benchmark created on


Description

test toString() vs concatination (is toString() useless)

Test runner

Ready to run.

Testing in
TestOps/sec
to string
var myvar = true.toString();
ready
con cat
var myvar = true + '';
ready

Revisions

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