search vs. indexof (v2)

Revision 2 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
search
"dasd kjfdsakjf amjad".search("amjad")
ready
indexOf
"dasd kjfdsakjf amjad".indexOf("amjad")
ready

Revisions

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