https://github.com/jbolda/web-perf-test
https://github.com/jbolda/web-perf-test
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbolda/web-perf-test
- Owner: jbolda
- Created: 2025-07-10T03:30:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T03:36:34.000Z (11 months ago)
- Last Synced: 2025-07-28T18:58:22.095Z (11 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Web Perf Test
This uses the JS lib `autocannon` and some simple web server examples to get a rough throughput.
- Run `node /app.mjs` in any server folder.
- In another terminal, run `node stress/index.mjs` to kick off the stress test.
- When complete, it prints results and exists. Manually `ctrl-c` the http server when complete.