-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add .clinic to .gitignore? #43
Comments
Got an example of where you'd use this @Uzlopak? I use clinic but primarily for apps/APIs, is it also useful for testing modules/plugins in isolation? |
I investigate currently in fastify-session if there is any performance optimization possible. So what I do is to use the examples/memory.js and spin it up with node clinic and then autocannon it. And in a perfect world, all plugins and modules should have examples :D |
I agree. Adding stuff to a personal top level |
Prerequisites
Issue
@Fdawgs
I run node clinic and I the clinic artifacts in .clinic were not ignored. Maybe we should add them?
The text was updated successfully, but these errors were encountered: