Regex Performance Testing (v11)

Revision 11 of this benchmark created on


Description

Testing hubot-karma regexes

Test runner

Ready to run.

Testing in
TestOps/sec
Original Regex
'@test++'.match(/(\S+[^+:\s])[: ]*\+\+(\s|$)/);
ready
New Regex
'@test++'.match(/@?(.+)*\+\+$/);
ready

Revisions

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