An open API service indexing awesome lists of open source software.

https://github.com/softwaremill/actions-runner-benchmark

Main reason behind this project is to test scaling of self-hosted action runners.
https://github.com/softwaremill/actions-runner-benchmark

Last synced: 11 months ago
JSON representation

Main reason behind this project is to test scaling of self-hosted action runners.

Awesome Lists containing this project

README

          

# actions-runner-benchmark

This repository contains the GitHub workflow prepared to run multiple instances of sysbench on worker.
Main reason behind this project is to test scaling of self-hosted action runners.

Please fork this repository and configure your self-hosted runner against this repository to run benchmark.

GitHub action is triggered manually by workflow_dispatch.
Agruments are Threads number, Time of benchmark in seconds (arguments for sysbench)
and Number of parallel runs - which is the argument to matrix strategy of gh action.

![Run workflow](doc/run-workflow.png)