-
Notifications
You must be signed in to change notification settings - Fork 755
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
Fix performance drop drastically while profiling a Ballerina program #41538
Fix performance drop drastically while profiling a Ballerina program #41538
Conversation
The approach for the fix #41547 : |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #41538 +/- ##
============================================
+ Coverage 76.71% 76.73% +0.02%
- Complexity 52671 52717 +46
============================================
Files 2880 2878 -2
Lines 198584 198709 +125
Branches 25802 25825 +23
============================================
+ Hits 152341 152480 +139
+ Misses 37810 37803 -7
+ Partials 8433 8426 -7 ☔ View 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
bvm/ballerina-profiler/src/main/java/io/ballerina/runtime/profiler/ui/JsonParser.java
Outdated
Show resolved
Hide resolved
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.
Are we resolving #41554 (comment) with this PR or another PR?
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
Added a test |
Purpose
Fixes #41300
Fixes #41547
Check List