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

[Example App] stress testing #105

Open
jessesquires opened this issue May 26, 2024 · 0 comments
Open

[Example App] stress testing #105

jessesquires opened this issue May 26, 2024 · 0 comments

Comments

@jessesquires
Copy link
Owner

jessesquires commented May 26, 2024

Do more with the example app.

It would be great to have some kind of automation like the IGListKit "stress test". We could also run this as part of the UI Test suite.

Initial steps

  • Introduce a new NumberModel. Similar to the existing ColorModel but it just wraps an Int. The motivation here is to be able to easily generate very large data sets. (And keep things simple and easy.)
  • Add a new section with NumberModel objects to the existing views (just have like 0 to 9 or something small)

Later steps

  • In a new tab in the example app, generate thousands of NumberModel items
  • Implement some automation to shuffle them around (like the existing views, but automatic)

Other ideas (for later)

  • Shuffle/Add/Remove items
  • Shuffle/Add/Remove sections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant