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
We cover development, testing, and deployment nicely now, but miss a good performance footprint. Performance is more critical for tensorwaves, but the expertsystem may be a simple place to try out some profilers for Python.
We cover development, testing, and deployment nicely now, but miss a good performance footprint. Performance is more critical for
tensorwaves
, but theexpertsystem
may be a simple place to try out some profilers for Python.Some options (feel free to add):
cProfile
(built-in)Important would be to integrate with CI, and make the results visible in each PR.
The text was updated successfully, but these errors were encountered: