-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Speed up eslint via built-in caching #1941
Conversation
The first run will be normal speed (~7.7s on my mac), but subsequent runs were just over a second.
@cpojer as far as raw |
Current coverage is 87.78% (diff: 100%)@@ master #1941 diff @@
==========================================
Files 38 38
Lines 1253 1253
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 1100 1100
Misses 153 153
Partials 0 0
|
thank you <3 |
* Speed up eslint via built-in caching The first run will be normal speed (~7.7s on my mac), but subsequent runs were just over a second. * Cache safe things on the CI side for a speedup
* Speed up eslint via built-in caching The first run will be normal speed (~7.7s on my mac), but subsequent runs were just over a second. * Cache safe things on the CI side for a speedup
* Speed up eslint via built-in caching The first run will be normal speed (~7.7s on my mac), but subsequent runs were just over a second. * Cache safe things on the CI side for a speedup
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The first run will be normal speed (~7.7s on my mac), but subsequent runs were just over a second.