Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "invalidation" test #4

Open
spmonahan opened this issue Aug 7, 2023 · 0 comments
Open

Implement "invalidation" test #4

spmonahan opened this issue Aug 7, 2023 · 0 comments

Comments

@spmonahan
Copy link
Contributor

Invalidation is a test case that will measure performance after some action has happened. For example, roughly:

  1. The page and components are loaded
  2. A component is clicked <-- start measure here
  3. The browser does some work
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant