Skip to content
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

benchmark-power fix #68

Merged
merged 1 commit into from
Sep 4, 2021
Merged

benchmark-power fix #68

merged 1 commit into from
Sep 4, 2021

Conversation

sshin23
Copy link
Member

@sshin23 sshin23 commented Sep 4, 2021

The original code of benchmark-power was using unnecessarily large memory, which made running full benchmark impossible. This PR fixes the issue by lazily creating the PowerModels

@codecov
Copy link

codecov bot commented Sep 4, 2021

Codecov Report

Merging #68 (bf4bc3e) into master (64657de) will increase coverage by 0.64%.
The diff coverage is 97.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   86.69%   87.33%   +0.64%     
==========================================
  Files          30       30              
  Lines        3141     3213      +72     
==========================================
+ Hits         2723     2806      +83     
+ Misses        418      407      -11     
Impacted Files Coverage Δ
src/matrixtools.jl 100.00% <ø> (+17.39%) ⬆️
src/interiorpointsolver.jl 93.15% <96.92%> (+0.26%) ⬆️
src/kktsystem.jl 98.72% <97.11%> (-1.28%) ⬇️
src/nonlinearprogram.jl 82.60% <100.00%> (+62.60%) ⬆️
src/MadNLP.jl 50.00% <0.00%> (-12.50%) ⬇️
src/utils.jl 73.68% <0.00%> (-7.80%) ⬇️
src/Interfaces/MOI_interface.jl 84.37% <0.00%> (-0.60%) ⬇️

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 23b5328...bf4bc3e. Read the comment docs.

@sshin23 sshin23 merged commit 8d3aa53 into master Sep 4, 2021
@frapac frapac deleted the ss/benchmark-power-update branch March 8, 2022 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant