Skip to content

davepacheco/omicron-build-times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-workflow-runs

This is a very simple tool to dump out basic information about workflow runs for a GitHub repo. The structure is based on gh-subscriptions -- follow the instructions there to set up this tool (i.e., create a personal access token, etc.)

The data

The data here was collected with something like:

./gh-workflow-runs | tee data/all_runs_raw.out

The raw output was filtered and summarized with:

grep '^{' data/all_runs_raw.out | json -ga created_at timing_billable.UBUNTU timing_billable.MACOS head_branch | awk 'NF == 4' > data/summary.out

The graph is generated with:

gnuplot < summary.gnuplot > data/summary.png

The result:

Build times

About

messing around with GitHub API to look at omicron build times

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published