-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Reduce VTGate Normalizer multiple AST walks #17619
Conversation
Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Harshit Gangal <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17619 +/- ##
==========================================
- Coverage 67.68% 67.64% -0.05%
==========================================
Files 1586 1586
Lines 255413 255466 +53
==========================================
- Hits 172883 172803 -80
- Misses 82530 82663 +133 ☔ View full report in Codecov by Sentry. |
Hello! 👋 This Pull Request is now handled by arewefastyet. The current HEAD and future commits will be benchmarked. You can find the performance comparison on the arewefastyet website. |
Description
This PR reduces the ast walk in VTGate normalizer code.
Benchmark shows
~5% normalizer
improvementRelated Issue(s)
Checklist
Deployment Notes