GuyARoss / github-actions-runtime-graph

visualize github actions workflow runtimes poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Actions Runtime Graph

output runtime graphs for github actions ci workflows

idea derived from this issue.

Requirements

  • python >= 3.5
  • matplotlib

Usage

  1. Ensure requirements are installed/ working.
  2. Follow this to generate a personal access token.
  3. Run the script with
> python main.py --user="<Your github Username>" --token="<Your generated token>" --repo="<name of the workflow repo>" --owner="<owner of the workflow repo>"
  1. Profit.

Todo:

  • make this tool async

About

visualize github actions workflow runtimes poc


Languages

Language:Python 100.0%