funkelab / motile

Multi-Object Tracker using Integer Linear Equations
https://funkelab.github.io/motile/
MIT License
24 stars 5 forks source link

test: add codspeed benchmarks #37

Closed tlambert03 closed 10 months ago

tlambert03 commented 1 year ago

this was accidentally committed this to main and then reverted... testing benchmarks on CI with codspeed.io

codecov-commenter commented 1 year ago

Codecov Report

Merging #37 (794c04e) into main (5f42466) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main      #37   +/-   ##
=======================================
  Coverage   92.96%   92.96%           
=======================================
  Files          29       29           
  Lines         725      725           
=======================================
  Hits          674      674           
  Misses         51       51           
tlambert03 commented 1 year ago

ok, some things learned:

will probably pursue different strategies (like line profiling which would be more immediately actionable anyway) and let this sit here until further discussion