-
Notifications
You must be signed in to change notification settings - Fork 79
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
requiring elmi-to-json is slow on Windows #385
Comments
This line is particularly slow (930ms on a fast, healthy Windows laptop with a current version of node):
|
Updating But I can't get the tests to pass after that. |
Was done in 7ac6505 and should be in the next release |
@showell are you still seeing this in the current release, or can we close this? |
My issues were never resolved. There's a thread here: https://elmlang.slack.com/archives/C0CLGCMMF/p1573296606141400 We figured out that it was Windows-specific issues. |
@lydell Sorry I can't help--I haven't been active in Elm lately, due to my day job. |
I am happy to close this now. We no longer require elmi-to-json (on any OS which includes windows) so it cannot be slow. If anyone has any perf issues with the new approach (not yet released, will be version |
Even if I just run
elm-test --help
, it take 3.5s on my relatively powerful Windows laptop to run that in a git bash shell.I am not sure what I'm doing wrong, or if elm-test is just heavy like that.
If there isn't any easy way to speed this up, could it at least be documented as a known issue in the readme?
The text was updated successfully, but these errors were encountered: