andrewiggins/Report Tachometer Results
Report the results of Polymer/tachometer in a comment for PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the results JSON file of running tachometer. Accepts a glob to report multiple result files. Follows rules of @actions/glob | no | — |
| report-id | A string to uniquely identify this report between other instances of tachometer-reporter-action running in this job or other jobs in the same PR | — | — |
| initialize | Whether this action should initialize the comment to report results. Useful if multiple jobs are sharing the same comment. Pass in 'true' if this job should always create the comment | — | — |
| summarize | Specify whether to summarize (true), don't summarize any measurements (false), or which measurements to summarize (list of measurement names) | — | true |
| default-open | Whether to open this action's results table by default | no | false |
| pr-bench-name | The name of the benchmark/version in tachometer results (i.e. benchmark.name or benchmark.version) that represents the code produced by this PR | no | — |
| base-bench-name | The name of the benchmark/version in tachometer results (i.e. benchmark.name or benchmark.version) that this PR should be compared to | no | — |
| github-token | The GITHUB_TOKEN for the current workflow run | no | ${{github.token}} |
| follow-symbolic-links | Indicates whether to follow symbolic links | — | true |
Outputs
no outputs