clinicjs / node-clinic-doctor-examples

Server examples for `clinic`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doc: wrong command in slow event loop tutorial

ThePrez opened this issue · comments

On this page:
https://clinicjs.org/documentation/doctor/05-fixing-event-loop-problem/
It says to create a flame graph via:
clinic flame --on-port 'autocannon localhost:$PORT' -- node slow-io

But the command should perhaps be:
clinic flame --on-port 'autocannon localhost:$PORT' -- node slow-event-loop

Not sure if this is the proper place to report possible issues with the web site, so apologies if this is misplaced. Thanks!

commented

Just landed here to report same issue 👍

Which Node.js version are you using?