kotarot / rectangle-packing-solver

A solver to find a solution of the 2D rectangle packing problem by simulated annealing (SA) optimization.
Apache License 2.0
87 stars 17 forks source link

Add simple benchmark #13

Closed kotarot closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #13 (8452771) into main (c3f55ca) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #13   +/-   ##
=======================================
  Coverage   82.75%   82.75%           
=======================================
  Files           7        7           
  Lines         203      203           
=======================================
  Hits          168      168           
  Misses         35       35           
Flag Coverage Δ
unittests 82.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 c3f55ca...8452771. Read the comment docs.