We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
We use pm2 for node based frameworks.
pm2
node
To make a faire comparison, we need to use all our CPU core for bun and deno.
bun
deno
bun use a native solution => cluster.js
cluster.js
but deno use pm2 (which was originally develop for node).
It could be relevant to use https://github.com/Hexagon/pup for deno which is more accurate for this (no node setup in image ...)
Regards,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
We use
pm2
fornode
based frameworks.To make a faire comparison, we need to use all our CPU core for
bun
anddeno
.bun
use a native solution =>cluster.js
but
deno
usepm2
(which was originally develop fornode
).It could be relevant to use https://github.com/Hexagon/pup for
deno
which is more accurate for this (nonode
setup in image ...)Regards,
The text was updated successfully, but these errors were encountered: