the-benchmarker / the-benchmarker/web-frameworks
[Javascript] Use pup for deno
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 7.1k
- Forks
- 732
- Avg merge
- 11h 42m
- Merged PRs (30d)
- 141
Description
Hi,
We use pm2 for node based frameworks.
To make a faire comparison, we need to use all our CPU core for bun and deno.
bun use a native solution => 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,
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by locating the Deno benchmark configuration and its current PM2 invocation, then compare how the proposed pup setup would run across all CPU cores. Done means Deno uses pup without a Node setup and remains comparable with the Bun benchmark.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bun, deno, javascript, nodejs
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100