-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Test only changed functions #6
Comments
When generative testing is enabled and There is a performance impact depending on the number and complexity of the functions in the changed namespace as well as the number of test iterations you set, but whether that'll be a problem really depends on the project and personal workflow/preferences. There's more info on this in the spec-testing section in the documentation, but the TL;DR is that if you feel the performance impact is too great, you can enable With generative testing disabled (which it is by default) in your regular dev build config the performance impact is virtually zero. |
👋 Hi. I'm posting this same comment to all issue threads to just give a quick heads up that the project, despite rumours and some evidence to the contrary, is not dead. It was hibernating for a little while and now nearing the long-awaited next release, which will fix some long-standing issues (and introduce some breaking changes to the config). I'll be reviewing all open issues and PRs over the next couple of weeks, so stay tuned and thanks for the patience. See also this Slack thread |
Does it runs generative tests for every specced function in a namespace or only for what's changed? Haven't tried it yet, but how does it impacts perf when everything gets checked on every code reload?
Thanks!
The text was updated successfully, but these errors were encountered: