Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/node-proxy-bench
https://github.com/mcollina/node-proxy-bench
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcollina/node-proxy-bench
- Owner: mcollina
- Created: 2017-11-13T14:43:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T14:52:47.000Z (about 7 years ago)
- Last Synced: 2024-12-17T15:43:14.791Z (23 days ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run `node a.js` and `node b.js`.
Run:
```
npx autocannon -c 100 -d 5 -p 10 localhost:3000
```I can see in my flamegraph (hit v8 flag) that a lot of the code is still
run in interpreted mode. How do I debug those situations? All of this
code is Node core.The out file includes --trace-opt --trace-deopt --trace-turbo-inlining.