-
Notifications
You must be signed in to change notification settings - Fork 113
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: enhance transformer #305
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #305 +/- ##
==========================================
+ Coverage 62.72% 62.86% +0.14%
==========================================
Files 133 143 +10
Lines 12128 12737 +609
==========================================
+ Hits 7607 8007 +400
- Misses 3977 4147 +170
- Partials 544 583 +39
Continue to review full report at Codecov.
|
Could you add at least one benchmark test for different string/regex/struct/time/math functions? |
goos: darwin |
Signed-off-by: delu <delu.xu@linkall.com>
Signed-off-by: delu <delu.xu@linkall.com>
Signed-off-by: delu <delu.xu@linkall.com>
Signed-off-by: delu <delu.xu@linkall.com>
Signed-off-by: delu <delu.xu@linkall.com>
Signed-off-by: delu <delu.xu@linkall.com>
Signed-off-by: delu <delu.xu@linkall.com>
Signed-off-by: delu <delu.xu@linkall.com>
Signed-off-by: delu <delu.xu@linkall.com>
Signed-off-by: delu <delu.xu@linkall.com>
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
* feat: enhance transformer Signed-off-by: delu <delu.xu@linkall.com> * feat: transfrom function Signed-off-by: delu <delu.xu@linkall.com> * feat: transfrom function Signed-off-by: delu <delu.xu@linkall.com> * fix: fix golangci Signed-off-by: delu <delu.xu@linkall.com> * fix: fix ut Signed-off-by: delu <delu.xu@linkall.com> * fix: fix golangci Signed-off-by: delu <delu.xu@linkall.com> * fix: code review Signed-off-by: delu <delu.xu@linkall.com> * fix: code review Signed-off-by: delu <delu.xu@linkall.com> * test: add action benchmark Signed-off-by: delu <delu.xu@linkall.com> * fix: golangci-lint error Signed-off-by: delu <delu.xu@linkall.com> Signed-off-by: delu <delu.xu@linkall.com>
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary
What is changed and how does it work?
Check List
Tests