donmahallem/AOC Benchmark Aggregator
Reads benchmark JSON files from a folder, merges them with the run history stored in a pages directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-dir | Path (relative to the calling repo root) of the directory that contains benchmark JSON files conforming to json_schema.json. | no | benchmarks |
| pages-dir | Directory to read the existing data.json from and write the updated data.json + static site files to. Typically a checkout of your gh-pages branch passed via actions/checkout path:. | no | _pages |
| max-history | Maximum number of most-recent history entries to keep in data.json. Older entries beyond this limit are dropped. Set to 0 to keep everything (no pruning). | no | 100 |
Outputs
no outputs