Created
September 26, 2024 09:32
-
-
Save dakhnod/d26b6e4d29f1b83f9531b87c6ca4ca37 to your computer and use it in GitHub Desktop.
Benchmark RAM usage of multiple node instances
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| await new Promise((resolve) => { | |
| setTimeout(resolve, 60000); | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for i in `seq 1000`; do | |
| node app.js & | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment