You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of tests for jsii-docgen, which will take longer to run as we add more languages. Currently they are taking more than 4 or 5 minutes on my development machine. I wonder if we can find some ways to optimize this.
One idea that comes to mind is to skip invoking jsii-rosetta during tests, since it does not really validate the core function of jsii-docgen and might be taking up a significant portion of the test time.
The text was updated successfully, but these errors were encountered:
This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.
Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label.
There are a lot of tests for jsii-docgen, which will take longer to run as we add more languages. Currently they are taking more than 4 or 5 minutes on my development machine. I wonder if we can find some ways to optimize this.
One idea that comes to mind is to skip invoking jsii-rosetta during tests, since it does not really validate the core function of jsii-docgen and might be taking up a significant portion of the test time.
The text was updated successfully, but these errors were encountered: