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 should benchmark the event handlers and the tower infrastructure to ensure we don't have any large bottleknecks. I'm not expecting we will, but it's good to keep an eye on it just in case. Mostly, I'm looking for large allocations.
Additionally, we should have tests for any non-trivial, highly-state dependent functions.
These should be built after #179 as the cache will need to be well tested to be able to accurately test the state as a whole.
The text was updated successfully, but these errors were encountered:
We should benchmark the event handlers and the tower infrastructure to ensure we don't have any large bottleknecks. I'm not expecting we will, but it's good to keep an eye on it just in case. Mostly, I'm looking for large allocations.
Additionally, we should have tests for any non-trivial, highly-state dependent functions.
These should be built after #179 as the cache will need to be well tested to be able to accurately test the state as a whole.
The text was updated successfully, but these errors were encountered: