-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add checkpoint configuration parameters to the API bindings #4739
Conversation
Benchmark ResultMaster commit hash:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4739 +/- ##
==========================================
- Coverage 86.29% 86.29% -0.01%
==========================================
Files 1396 1396
Lines 59873 59848 -25
Branches 7358 7370 +12
==========================================
- Hits 51669 51647 -22
+ Misses 8037 8034 -3
Partials 167 167 ☔ View full report in Codecov by Sentry. |
a2f0f2a
to
7e48229
Compare
Benchmark ResultMaster commit hash:
|
050a5c1
to
d1eed98
Compare
Benchmark ResultMaster commit hash:
|
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.
Simple change LGTM
Description
Add
auto_checkpoint
andcheckpoint_threshold
configurations to the API bindings.Fixes #4575
Contributor agreement