-
Notifications
You must be signed in to change notification settings - Fork 673
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
TypeScript Performance #1591
Comments
Hello @caseyWebb, thank you for benchmarking 😄 I'm investigating the problem now, and I'll post any updates that I will have. |
I didn't see that you'd made a commit in your fork and got to playing with this. I took a different route, so not sure you'll want it.
I tried running the benchmarks on your branch but got the following error:
|
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
…xpress#1616) * Fix TypeScript compilation performance (closes DevExpress#1591) * Fix lint * Fix tests * Update comment
Are you requesting a feature or reporting a bug?
Bug / Perf Issue
What is the current behavior?
Using the OOTB TypeScript support causes significant performance overhead.
The following are results from precompiling w/ tsc and running testcafe on the output vs. running testcafe on TypeScript files directly:
What is the expected behavior?
Compilation should be comparable with precompiling tests with
tsc
How would you reproduce the current behavior (if this is a bug)?
funny you should ask
System Details
The text was updated successfully, but these errors were encountered: