Closed bitboxx closed 2 years ago
I don't think so. You might want to send a PR to support it, put it behind a flag.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
So I am trying to generate a flamegraph for this benchmark script: https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/regexredux-node-4.html
The way the input is passed is using stdin:
0x doesn't seem to pass stdin to the target script. Is there a way to do this?
I've tried:
But the input doesn't get passed through.
Note: I can of course replace
fs.readFileSync('/dev/stdin'...
, but then this could be the "bottleneck" to optimize.