Casting-type (v8)

Revision 8 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
string to integer
var x = '2';
var y = 5;

y + x;
ready
integer
var x = 2;
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.