Tags: hyperlight-dev/hyperlight
Tags
Move benchmarks to daily cron (#1302) * refactor: consolidate Benchmarks.yml into dep_benchmarks.yml Delete Benchmarks.yml and add its features (artifact upload, baseline_tag, baseline_run_id, retention_days inputs) to dep_benchmarks.yml. Update CreateRelease.yml to call dep_benchmarks.yml with a matrix directly. Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> * feat: move benchmarks from per-PR to daily cron Remove the benchmarks job from ValidatePullRequest.yml and add a new DailyBenchmarks.yml workflow that runs benchmarks daily, comparing against the previous day's run artifacts with 90-day retention. Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> * docs: update benchmarking docs to reflect daily cron workflow Replace references to per-PR benchmarks and Benchmarks.yml with the new DailyBenchmarks.yml and dep_benchmarks.yml workflows. Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> * Add permission and fix docs Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> * Update issue title Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> --------- Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
PreviousNext