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

Non trivial app code for test suites. #26

Open
jblevins1991 opened this issue Mar 8, 2022 · 0 comments
Open

Non trivial app code for test suites. #26

jblevins1991 opened this issue Mar 8, 2022 · 0 comments

Comments

@jblevins1991
Copy link

Hello, I was looking at the code that was being executed after reading in the express.js benchmark page that the app did not scale well with additional cores. I don't think cores is always relevant to every single app out there. Node.js actually has a feature that allows you to cluster additional instances of a service together. But these are child processes. So cores doesn't matter when we are talking about a process. They don't translate to convey something meaningful.

The code for this app could also mimic the best case happy path that a company could hope to achieve. For example, we could use a setTimeout for 100ms to replicate going to a database and retrieving something and then return a json object. I would be happy to contribute this work as well!

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