-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
feat: swap @chainsafe/bls to use napi blst implementation #6362
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## unstable #6362 +/- ##
============================================
- Coverage 61.72% 60.15% -1.57%
============================================
Files 555 407 -148
Lines 58204 46523 -11681
Branches 1839 1551 -288
============================================
- Hits 35925 27986 -7939
+ Misses 22240 18505 -3735
+ Partials 39 32 -7 |
Performance Report✔️ no performance regression detected 🚀🚀 Significant benchmark improvement detected
Full benchmark results
|
37d5b4d
to
bdea610
Compare
memory on service deployment is usually higher than that of docker ChainSafe/js-libp2p-gossipsub#468 (comment) just reviewed the memory in the last 2 days, rss has been stable and decreased over time |
4c07c34
to
0a5c670
Compare
|
Motivation
DRAFT PR. Not ready for full review.
Branch is deployed to
feat2
to collect metricsDescription
Updated
@chainsafe/bls
to use the Napi version of@chainsafe/blst
. Added async codepaths to bls processing an added flag to allow selection ofWorker
pool or libuv threadpool.