brainglobe / brainglobe-workflows

Workflows that utilise BrainGlobe tools to perform data analysis and visualisation.
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Asv benchmarks for cellfinder workflow #18

Closed sfmig closed 6 months ago

sfmig commented 1 year ago

This PR adds asv benchmarks to time the workflow defined in #15

The benchmarks time the full workflow and also its individual steps. They are grouped under classes: the time_ methods of one class share setup and teardown functions and other benchmark attributes.

Some points where feedback is welcome:


replace "cellfinder-core" with "cellfinder"

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8665e74) 0.00% compared to head (c100671) 0.00%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #18 +/- ## ===================================== Coverage 0.00% 0.00% ===================================== Files 1 2 +1 Lines 5 63 +58 ===================================== - Misses 5 63 +58 ``` | [Files Changed](https://app.codecov.io/gh/brainglobe/brainglobe-workflows/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=brainglobe) | Coverage Δ | | |---|---|---| | [brainglobe\_workflows/\_\_init\_\_.py](https://app.codecov.io/gh/brainglobe/brainglobe-workflows/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=brainglobe#diff-YnJhaW5nbG9iZV93b3JrZmxvd3MvX19pbml0X18ucHk=) | `0.00% <0.00%> (ø)` | | | [brainglobe\_workflows/cellfinder/cellfinder\_main.py](https://app.codecov.io/gh/brainglobe/brainglobe-workflows/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=brainglobe#diff-YnJhaW5nbG9iZV93b3JrZmxvd3MvY2VsbGZpbmRlci9jZWxsZmluZGVyX21haW4ucHk=) | `0.00% <0.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/brainglobe/brainglobe-workflows/pull/18/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=brainglobe)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sfmig commented 6 months ago

superseded by #94