Closed blegat closed 2 years ago
Merging #135 (9c6cd1e) into master (7fdfb40) will decrease coverage by
0.16%
. The diff coverage is86.66%
.
@@ Coverage Diff @@
## master #135 +/- ##
==========================================
- Coverage 93.14% 92.97% -0.17%
==========================================
Files 12 12
Lines 642 655 +13
==========================================
+ Hits 598 609 +11
- Misses 44 46 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/dual_equality_constraints.jl | 90.07% <86.66%> (-0.61%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7fdfb40...9c6cd1e. Read the comment docs.
and in terms of time:
So for thetaG11, this gives a 20000x speedup in allocation and 2000x speedup in time.
Closes https://github.com/jump-dev/Dualization.jl/issues/66