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

Debounce, Throttle tests need to be broken up, potentially re-written #229

Open
heckj opened this issue Nov 1, 2020 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@heckj
Copy link
Owner

heckj commented Nov 1, 2020

The debounce and throttle tests are showing more and more differences between the CI system and running locally on my laptop with a simulator, vs. running on a device. Quite possibly I need to just bite the bullet and engage a TestScheduler mechanism here that's not effected by underlying system performace (Entwine) in order to make sure I'm getting accurate results, and on top of that the tests probably need to be broken out to be more easily consumable to anyone else reading them. I am finding them hard to parse when they break/change, so anyone else probably has it worse.

@heckj heckj added the enhancement New feature or request label Nov 1, 2020
@heckj heckj self-assigned this Nov 1, 2020
@heckj
Copy link
Owner Author

heckj commented Nov 1, 2020

Since Entwine has come out, the folks at PointFreeCo have some equivalent kinds of scheduler pieces, and it looks like it might be even easier to use - so maybe worth checking into:

https://github.com/pointfreeco/combine-schedulers

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

No branches or pull requests

1 participant