Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

add data visualization tool #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

ewinston
Copy link
Collaborator

This converts result data to a pandas dataframe and starts a gui to visualize it.

resolves #9

Copy link
Member

@mtreinish mtreinish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add some docs on how to use this to the README? I gave this a try using python -m report.interactive_viewer results and it opens the browser but doesn't seem to run a local webserver that it's trying to connect to. Then when I ran do anything and when I tried running under a jupyter notebook with:

from report.interactive_viewer import main
main("results/0029_bench.json")

the cell just returns and there is no output.

@ewinston
Copy link
Collaborator Author

ewinston commented Jun 29, 2022

To run it you do python report/interactive_viewer.py results/0029.json. I couldn't get the jupyter notebook to work unless I put a breakpoint in the script for some reason, which is how I ran when testing so I removed jupyter handling.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add visualization summary of benchmark output
2 participants