Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Performance Profiling visualizations, possibly pre-merge to master #192

Open
GavinRay97 opened this issue Nov 23, 2019 · 0 comments
Open
Labels
✨ enhancement Something could be better
Milestone

Comments

@GavinRay97
Copy link

Node Clinic allows you to generate really in-depth performance profiling metrics very simply:
https://github.com/nearform/node-clinic

The most useful one is likely the Flame chart, but perhaps the Bubbleprof could be useful as well.
Here is an example of running clinic flame -- node main.js where main.js is one of the basic example scripts from the readme.

These charts could be generated and put in versioned folders automatically, either via a CI/CD script invoking it via the CLI, or they can programmatically generated and put in to the test suite pipeline.

image

@raimannma raimannma added the ✨ enhancement Something could be better label Jun 3, 2020
@raimannma raimannma added this to the Documentation milestone Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement Something could be better
Projects
None yet
Development

No branches or pull requests

2 participants