-
Notifications
You must be signed in to change notification settings - Fork 420
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: converter lose precision #3445
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3445 +/- ##
==========================================
+ Coverage 71.34% 71.36% +0.02%
==========================================
Files 412 412
Lines 47154 47292 +138
==========================================
+ Hits 33640 33748 +108
- Misses 10886 10910 +24
- Partials 2628 2634 +6 ☔ 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.
This is just
goos: darwin
goarch: amd64
pkg: github.com/lf-edge/ekuiper/v2/internal/converter/json
cpu: Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz
BenchmarkFloatParse
BenchmarkFloatParse-4 1000000 1044 ns/op
PASS
goos: darwin
goarch: amd64
pkg: github.com/lf-edge/ekuiper/v2/internal/converter/json
cpu: Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz
BenchmarkIntParse
BenchmarkIntParse-4 1763830 661.6 ns/op
PASS