-
Notifications
You must be signed in to change notification settings - Fork 150
Add visualize
command
#262
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
Conversation
978a52a
to
81864d2
Compare
Performance SummaryComparing base c5332d8 with head c49414d on microsoft/[email protected]. For details see workflow artifacts. Note that performance is tested on the last commits with changes in Before
After
|
Performance SummaryComparing base c5332d8 with head 1e5871a on microsoft/[email protected]. For details see workflow artifacts. Note that performance is tested on the last commits with changes in Before
After
|
Performance SummaryComparing base c5332d8 with head 7b353b0 on microsoft/[email protected]. For details see workflow artifacts. Note that performance is tested on the last commits with changes in Before
After
|
e2eeac6
to
5dd505b
Compare
7b353b0
to
303bb12
Compare
Performance SummaryComparing base a9af2f2 with head 303bb12 on microsoft/[email protected]. For details see workflow artifacts. Note that performance is tested on the last commits with changes in Before
After
|
5dd505b
to
b29da8c
Compare
303bb12
to
b1a2d37
Compare
Performance SummaryComparing base e0bf953 with head b1a2d37 on microsoft/[email protected]. For details see workflow artifacts. Note that performance is tested on the last commits with changes in Before
After
|
b29da8c
to
8ae0463
Compare
b1a2d37
to
799e504
Compare
35c8747
to
230c1ae
Compare
Performance SummaryComparing base e0bf953 with head 230c1ae on microsoft/[email protected]. For details see workflow artifacts. Note that performance is tested on the last commits with changes in Before
After
|
Visualizations will only work for very small stack graphs. This command is | ||
useful for debugging minimal examples, but running it on any real-world code | ||
will most likely result in HTML files that will not load in any browser. | ||
"#)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for including this help text.
This PR adds a CLI command to generate a HTML visualization from the database.
This has limited use, as the visualizations quickly break down when they contain a lot of data. But because it is useful for debugging, I still think it is useful to have it. And if a better performing visualization is developed one day, it would be more useful.
This also updates the d3 and d3-dag JS files to newer versions.