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.
- Host: GitHub
- URL: https://github.com/softwaremill/actions-runner-benchmark
- Owner: softwaremill
- Created: 2023-01-04T10:49:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T10:09:50.000Z (about 3 years ago)
- Last Synced: 2025-01-18T06:42:45.094Z (about 1 year ago)
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
