darma-tasking/Generate build stats
"GitHub action that generates a Markdown file with build statistics and performance test results"
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 10, 2024
- License
- None
Pinned Snippet
uses: darma-tasking/build-stats@5c30d5595f406973ff2f04afc6d256c1618d44e8 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_personal_token | Github personal access token used to push graph to remote wiki repo | yes | — |
| build_stats_output | Wiki repo directory for generated build data. Defaults to root directory | — | — |
| build_times_filename | Filename where the previous build times are stored. File format should be CSV | — | build_times.csv |
| build_result_filename | Path to ClangBuildAnalyzer file (txt format) | — | build_result.txt |
| graph_filename | Filename for the generated graph that will be pushed to the wiki repo | — | graph.png |
| badge_filename | Filename for generated badge which displays most recent build time.File format should be SVG | — | build_status_badge.svg |
| badge_title | Name that will be displayed on the badge | — | ${{ github.repository }} build time |
| badge_logo | Logo which will be displayed on the badge. For the list of logos see https://shields.io/ | — | — |
| num_last_build | Number of last builds used for generating graph | — | 25 |
| title | Title of the generated graph | — | — |
| x_label | X axis label | — | Run number |
| y_label | Y axis label | — | Build time (min) |
| graph_width | Graph width in inches | — | 20 |
| graph_height | Graph height in inches | — | 20 |
| commit_message | Commit message for wiki page | — | Push build time graph |
Outputs
no outputs