Dragonfly2
Dragonfly2 copied to clipboard
[WIP]pipeline with linear
Description
[WIP]pipeline with linear
Related Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation Update (if none of the other choices apply)
Checklist
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the CONTRIBUTING document.
- [ ] I have added tests to cover my changes.
@wd665544 Please add more test for your PR.
Codecov Report
Merging #1555 (8ed01a6) into main (f472c9f) will increase coverage by
0.18%. The diff coverage is55.39%.
@@ Coverage Diff @@
## main #1555 +/- ##
==========================================
+ Coverage 43.79% 43.97% +0.18%
==========================================
Files 128 133 +5
Lines 15868 16198 +330
==========================================
+ Hits 6949 7123 +174
- Misses 8388 8536 +148
- Partials 531 539 +8
| Flag | Coverage Δ | |
|---|---|---|
| Object-compatibility-e2etests | ? |
|
| e2etests | ? |
|
| unittests | 43.97% <55.39%> (+0.18%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| manager/rpcserver/rpcserver.go | 3.07% <0.00%> (-0.05%) |
:arrow_down: |
| scheduler/storage/storage.go | 81.06% <ø> (ø) |
|
| scheduler/scheduler/evaluator/ml_evaluator.go | 5.35% <5.35%> (ø) |
|
| scheduler/service/service.go | 77.65% <9.09%> (+0.22%) |
:arrow_up: |
| scheduler/config/config.go | 1.53% <42.85%> (+1.53%) |
:arrow_up: |
| scheduler/scheduler/evaluator/evaluator_base.go | 90.32% <50.00%> (-1.60%) |
:arrow_down: |
| scheduler/scheduler/scheduler.go | 77.94% <50.00%> (-4.39%) |
:arrow_down: |
| scheduler/scheduler/utils.go | 87.75% <87.75%> (ø) |
|
| pkg/pipeline/pipeline.go | 89.65% <89.65%> (ø) |
|
| scheduler/scheduler/evaluator/utils.go | 90.69% <90.69%> (ø) |
|
| ... and 8 more |