Casting-type (v9)

Revision 9 of this benchmark created by rpominov on


Test runner

Ready to run.

Testing in
TestOps/sec
string + string
var x = 's';
var y = 5;
y = y.toString();

x + y;
ready
string + integer
var x = 's';
var y = 5;

x + y
ready

Revisions

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