-
Notifications
You must be signed in to change notification settings - Fork 44
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
refactor: Reuse lens wasm modules #1641
refactor: Reuse lens wasm modules #1641
Conversation
68af1a6
to
4c4e8c9
Compare
Codecov ReportPatch coverage:
@@ Coverage Diff @@
## develop #1641 +/- ##
===========================================
+ Coverage 74.89% 74.92% +0.03%
===========================================
Files 203 203
Lines 21077 21084 +7
===========================================
+ Hits 15784 15796 +12
+ Misses 4212 4209 -3
+ Partials 1081 1079 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Is much much cheaper
1bb33ad
to
1791f90
Compare
## Relevant issue(s) Resolves sourcenetwork#1640 ## Description Reuses lens wasm modules to spawn new module instances. Is an awful lot cheaper - I span up 1000 duplicates in defra and the cost was too small for me to bother measuring it properly, might have been 1-3GB (for the 1000 instances) (compared to 20GB or so previously).
Relevant issue(s)
Resolves #1640
Description
Reuses lens wasm modules to spawn new module instances. Is an awful lot cheaper - I span up 1000 duplicates in defra and the cost was too small for me to bother measuring it properly, might have been 1-3GB (for the 1000 instances) (compared to 20GB or so previously).
Draft PR as it currently is pointed at a local path, new Lens code can be found here: lens-vm/lens#50.