Casting-type (v17)

Revision 17 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
objects
var arr = [1, "test", {}, []];

arr.indexOf("test");
ready
strings
var arr = ["", "test", "", ""];

arr.indexOf("test");
ready

Revisions

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