https://github.com/mcollina/node-proxy-bench
https://github.com/mcollina/node-proxy-bench
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcollina/node-proxy-bench
- Owner: mcollina
- Created: 2017-11-13T14:43:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T14:52:47.000Z (over 7 years ago)
- Last Synced: 2024-12-27T17:58:48.303Z (7 months 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.