-
Notifications
You must be signed in to change notification settings - Fork 322
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
Reap completion_criterion method #3092
Conversation
This pull request was exported from Phabricator. Differential Revision: D66245238 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3092 +/- ##
==========================================
- Coverage 95.42% 95.41% -0.01%
==========================================
Files 493 493
Lines 49949 49956 +7
==========================================
+ Hits 47662 47665 +3
- Misses 2287 2291 +4 ☔ View full report in Codecov by Sentry. |
Summary: As titled - this diff moves the logic from `completion_criterion` to `should_consider_optimization_complete` Cleanup tasks can be found in https://fburl.com/gdoc/xiet9m0v Differential Revision: D66245238
5fe40cc
to
97461dd
Compare
This pull request was exported from Phabricator. Differential Revision: D66245238 |
Summary: As titled - this diff moves the logic from `completion_criterion` to `should_consider_optimization_complete` Cleanup tasks can be found in https://fburl.com/gdoc/xiet9m0v Differential Revision: D66245238
97461dd
to
c651311
Compare
This pull request was exported from Phabricator. Differential Revision: D66245238 |
Summary: As titled - this diff moves the logic from `completion_criterion` to `should_consider_optimization_complete` Cleanup tasks can be found in https://fburl.com/gdoc/xiet9m0v Differential Revision: D66245238
c651311
to
31817a0
Compare
This pull request was exported from Phabricator. Differential Revision: D66245238 |
Summary: As titled - this diff moves the logic from `completion_criterion` to `should_consider_optimization_complete` Cleanup tasks can be found in https://fburl.com/gdoc/xiet9m0v Differential Revision: D66245238
31817a0
to
0f67475
Compare
This pull request was exported from Phabricator. Differential Revision: D66245238 |
Summary: As titled - this diff moves the logic from `completion_criterion` to `should_consider_optimization_complete` Cleanup tasks can be found in https://fburl.com/gdoc/xiet9m0v Reviewed By: Balandat Differential Revision: D66245238
0f67475
to
378d4c0
Compare
This pull request was exported from Phabricator. Differential Revision: D66245238 |
This pull request has been merged in 9c58541. |
Summary:
As titled - this diff moves the logic from
completion_criterion
toshould_consider_optimization_complete
Cleanup tasks can be found in https://fburl.com/gdoc/xiet9m0v
Differential Revision: D66245238