You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be good to have benchmarking comparisons for all unxt primitives and overrides against pure-numpy and pure-JAX to check for unexpected overheads in jitted and graded functions that contain units. But after doing some search, it seems like there are no well maintained benchmarking packages for modern Python!
pytest-benchmark build is failing and not getting recent updates
I know people use CodSpeed, which has the same API as pytest-benchmark. It looks really good. I've just had some trouble getting it to work with a Jax library on GH's VMs. When I run it locally it works.
It might be good to have benchmarking comparisons for all unxt primitives and overrides against pure-numpy and pure-JAX to check for unexpected overheads in
jit
ted andgrad
ed functions that contain units. But after doing some search, it seems like there are no well maintained benchmarking packages for modern Python!The text was updated successfully, but these errors were encountered: