JSVerbalExpressions icon indicating copy to clipboard operation
JSVerbalExpressions copied to clipboard

Performance tests needed

Open crawfordcomeaux opened this issue 11 years ago • 1 comments

Even if the regexes produced are optimized, it'll still be worth doing. If possible, a guide for how to write perf tests would be helpful, too.

Are there any recommended ways to do perf testing in the repo or is externally on jsperf the only good option?

crawfordcomeaux avatar Jul 27 '13 16:07 crawfordcomeaux

After the regex is generated, the performance should be identical to "regular" regexes. A small overhead could exist (I haven't checked the source), so maybe a benchmark folder could be useful.

Nepoxx avatar Jan 04 '16 15:01 Nepoxx