ci-for-research / self-hosted-runners

Recipe to install and configure a GitHub action runner using Ansible
Apache License 2.0
17 stars 9 forks source link

Benchmark example on self hosted runner #106

Open sverhoeven opened 4 years ago

sverhoeven commented 4 years ago

A self-hosted runnner can be used to measure speed degradation as it is known dedicated hardware. It would be nice to have an example which can monitor whether jobs are taking the same time.

There is a https://github.com/marketplace/actions/continuous-benchmark action which can monitor duration of jobs over time.