-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance tests needed #31
Comments
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. |
shreyasminocha
pushed a commit
to shreyasminocha/TSVerbalExpressions
that referenced
this issue
Jan 18, 2019
Closed
shreyasminocha
pushed a commit
to shreyasminocha/TSVerbalExpressions
that referenced
this issue
Jan 18, 2019
shreyasminocha
pushed a commit
to shreyasminocha/TSVerbalExpressions
that referenced
this issue
Jan 29, 2019
shreyasminocha
pushed a commit
to shreyasminocha/TSVerbalExpressions
that referenced
this issue
Jun 18, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: