Closed fxamacker closed 2 years ago
Merging #231 (92255df) into main (d9e6627) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #231 +/- ##
=======================================
Coverage 68.60% 68.60%
=======================================
Files 14 14
Lines 7129 7129
=======================================
Hits 4891 4891
Misses 1611 1611
Partials 627 627
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 d9e6627...92255df. Read the comment docs.
Need to make some more changes before merging.
👏
Smart to test until a certain memory threshold is reached and pruning to keep testing 👍
Closes #157
Description
Update stress test program to
Command line flags
Adding new elements outpaces random removal of elements. The maxheap flag is used to prevent the program from using up all available memory.
During random ops, HeapAlloc will eventually reach/exceed maxheap, causing random elements to be removed until minheap is reached before resuming.
Caveats
main
branchFiles changed
in the Github PR explorer