ercqwqertgfgh (v2)

Revision 2 of this benchmark created on


Setup

var r1 = /[^\s]*sassy/,
        r2 = /.*sassy/;

Test runner

Ready to run.

Testing in
TestOps/sec
r1
r1.test("sassy");
r1.test("aaaaa");
r1.test("foosassy");
ready
r2
r2.test("sassy");
r2.test("aaaaa");
r2.test("foosassy");
ready

Revisions

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