-
Notifications
You must be signed in to change notification settings - Fork 188
Conversation
…gurable; make flush checkpoint interval configurable
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## release-1.0 #594 +/- ##
===================================================
- Coverage 57.2899% 57.2752% -0.0147%
===================================================
Files 161 161
Lines 16708 16721 +13
===================================================
+ Hits 9572 9577 +5
- Misses 6191 6200 +9
+ Partials 945 944 -1 |
@GregoryIan In this PR, for a workload in my laptop the real |
/run-all-test |
/run-all-tests |
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
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.
rest LGTM
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
What problem does this PR solve?
What is changed and how it works?
strings.Builder
to replace somefmt.Sprintf
strings.Builder
/bytes.Buffer
withsync.Pool
doesn't achieve better perfa sysbench workload in my laptop with the black hole downstream
transform binlog event duration
(.90):before this PR: 143us --> after this PR: 72us
binlog event QPS
:before this PR: ~4k --> after this PR: ~6k
before this PR:
after this PR:
Check List
Tests
Code changes
Side effects
Related changes