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

Incorporate PerfAnalyzer #111

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

Incorporate PerfAnalyzer #111

wants to merge 51 commits into from

Conversation

sayefsakin
Copy link

PerfAnalyzer is a dashboard based visualizer to analyze performance using git commit history and different performance metric. This has the following features

  • Git History Graph
    • Ordered by commit dates
    • Filter Git Branch
    • Select a subset of git commits
    • Show Commit details like message, committer name, date, and hash.
  • Performance metric line chart
    • Filter by different metric
    • Show details on hover
  • Commit table
    • Search and filter by date, hash, and message.
    • Execute the runner_script on selected commit.
    • Show difference between two commits (using git diff)
  • Variable Search
    • Use any regex or string to search
    • Show table of found variable and file
    • Show file content

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

Successfully merging this pull request may close these issues.

1 participant