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
Invalidation is a test case that will measure performance after some action has happened. For example, roughly:
The page and components are loaded
A component is clicked <-- start measure here
The browser does some work
Next browser frame <-- end measure here
The idea behind this test is that, during their usage, components are likely to be frequently invalidated making this a good measure of how well they perform in practice.
The text was updated successfully, but these errors were encountered:
Invalidation is a test case that will measure performance after some action has happened. For example, roughly:
The idea behind this test is that, during their usage, components are likely to be frequently invalidated making this a good measure of how well they perform in practice.
The text was updated successfully, but these errors were encountered: