GalacticDynamics / unxt

Unitful Quantities in JAX
https://unxt.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
17 stars 3 forks source link

ci: add benchmark tests #265

Closed nstarman closed 3 weeks ago

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.84%. Comparing base (a82f1f6) to head (5d7221d). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #265 +/- ## ======================================= Coverage 95.84% 95.84% ======================================= Files 42 42 Lines 1541 1541 ======================================= Hits 1477 1477 Misses 64 64 ```

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

nstarman commented 3 weeks ago

Ok. The benchmark tests start running but stalls out at 25%. Very strange. Also the tests take a long time to run and I don't think we need to run them for every PR, so I've changed it to manual trigger or on the label "run-benchmarks". This is a good starting point for doing benchmark tests.