Skip to content

GitHub Actions runners benchmark

This page offers a detailed comparison of CPU speeds, queuing times, and disk performance for various providers of GitHub Actions self-hosted runners. The aim is to assist in identifying the best GitHub Actions self-hosted runner provider for your projects, based on your specific needs.

An analysis is provided below the benchmark results. Note that this benchmark is published by RunsOn, so you might consider me biased, but I try my best to provide a fair comparison with the details available.

Providers included in the benchmark

Official:

Self-hosted alternatives:

Third-party alternatives:

Note: Warpbuild and Depot are third-party providers that resell AWS instances, but they forbid benchmarking their platform 🤷.

CPU speed and queuing times

Last updated:

Benchmarks are performed using the Passmark benchmarking tool ↗, using the CPU Single Threaded metric. The table displays the last 60 days of data, before the last updated date.

Key metrics such as the processor model, single-thread CPU speed, queue time, pricing, and the underlying infrastructure provider are compared. The CPU single-threaded rating is a crucial metric as it is the most significant factor (unless your job is massively parallel) in accelerating any of your workflows.

x64 runners

Provider CPU speed
(p50 | p95)
Queue time (s)
(p50 | p95)
Processor Infra Samples
Namespace (2x cheaper)
  • nscloud-ubuntu-22.04-amd64-2x8
3890 | 4030 21 | 23 AMD EPYC (x86_64) Hetzner Online 51
Buildjet (2x cheaper)
  • buildjet-2vcpu-ubuntu-2204
3724 | 4046 24 | 25 AMD Ryzen 9 7950X3D 16-Core Processor (x86_64) Hetzner Online 27
Buildjet (2x cheaper)
  • buildjet-2vcpu-ubuntu-2204
3256 | 3497 25 | 30 AMD Ryzen 9 5950X 16-Core Processor (x86_64) Hetzner Online 24
Blacksmith (2x cheaper)
  • blacksmith-2vcpu-ubuntu-2204
3354 | 3878 23 | 38 AMD EPYC (x86_64) Hetzner Online 51
Cirrus (fixed price per runner)
  • ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md
3223 | 3230 23 | 29 Intel Xeon Gold 5412U (x86_64) Hetzner Online 51
RunsOn (10x cheaper)
  • runs-on,family=r7iz
3150 | 3158 29 | 34 Intel Xeon Gold 6455B (x86_64) Amazon.com 51
RunsOn (10x cheaper)
  • runs-on,family=c7a
2901 | 2904 30 | 43 AMD EPYC 9R14 (x86_64) Amazon.com 51
RunsOn (10x cheaper)
  • runs-on,family=m7i-flex
2808 | 2947 31 | 37 Intel Xeon Platinum 8488C (x86_64) Amazon.com 51
Ubicloud (10x cheaper)
  • ubicloud-standard-2
2562 | 2587 17 | 38 AMD EPYC 9454P 48-Core Processor (x86_64) Hetzner Online 51
GitHub
  • github-16cpu-x64
2397 | 2403 13 | 90 AMD EPYC 7763 64-Core Processor (x86_64) (custom) Microsoft Azure 50
GitHub
  • ubuntu-22.04
  • ubuntu-latest
2291 | 2303 10 | 12 AMD EPYC 7763 64-Core Processor (x86_64) Microsoft Azure 49
AWS CodeBuild
  • codebuild-ubuntu-7.0-medium
  • codebuild-ubuntu-7.0-small
2014 | 2021 48 | 92 Intel Xeon Platinum 8124M CPU @ 3.00GHz (x86_64) Amazon.com 34
AWS CodeBuild
  • codebuild-ubuntu-7.0-small
  • codebuild-ubuntu-7.0-medium
  • codebuild-ubuntu-7.0-large
2139 | 2152 49 | 63 Intel Xeon Platinum 8275CL CPU @ 3.00GHz (x86_64) Amazon.com 79
Warpbuild (2x cheaper)
  • N/A
N/A N/A N/A Amazon.com 0
Depot (2x cheaper)
  • N/A
N/A N/A N/A Amazon.com 0

arm64 runners

Provider CPU speed
(p50 | p95)
Queue time (s)
(p50 | p95)
Processor Infra Samples
RunsOn (10x cheaper)
  • runs-on,family=r8g
1936 | 1937 30 | 48 Neoverse-V2 (aarch64) Amazon.com 39
RunsOn (10x cheaper)
  • runs-on,family=m7g
1546 | 1552 30 | 42 (aarch64) Amazon.com 51
Cirrus (fixed price per runner)
  • ghcr.io/cirruslabs/ubuntu-runner-arm64:22.04-md
1325 | 1327 25 | 28 Neoverse-N1 (aarch64) Hetzner Online GmbH 51
Buildjet (2x cheaper)
  • buildjet-2vcpu-ubuntu-2204-arm
1322 | 1324 39 | 41 Neoverse-N1 (aarch64) Hetzner Online 51
GitHub
  • github-2cpu-arm64
1321 | 1324 13 | 98 Neoverse-N1 (aarch64) Microsoft Azure 49
Ubicloud (10x cheaper)
  • ubicloud-standard-2-arm
1318 | 1322 18 | 53 Neoverse-N1 (aarch64) Hetzner Online 51
Namespace (2x cheaper)
  • nscloud-ubuntu-22.04-arm64-2x8
1312 | 1317 25 | 27 Neoverse-N1 (aarch64) Hetzner Online 51
Blacksmith (2x cheaper)
  • blacksmith-2vcpu-ubuntu-2204-arm
1319 | 1324 28 | 58 Neoverse-N1 (aarch64) Hetzner Online 51
Warpbuild (2x cheaper)
  • N/A
N/A N/A N/A Amazon.com 0
Depot (2x cheaper)
  • N/A
N/A N/A N/A Amazon.com 0

Observations

  • Namespace and Buildjet have the best single-threaded performance for x64 (gaming CPUs instead of server CPUs). Would be great if AWS was able to offer similar performance for x64. Note that Buildjet doesn’t ensure the same CPU model for an identical runner type, so you might get a slower runner at random (not great for reproducibility).
  • RunsOn has the best performance for arm64. Hetzner-based providers don’t have access to the latest ARM CPUs (yet).
  • GitHub uses outdated and slow CPUs for x64. arm64 is better, but not widely available yet. Queue times are very good, although larger runners are reported to wildly vary in terms of queuing time (sometimes multiple minutes).
  • Cheapest providers are RunsOn and Ubicloud.
  • Default AWS CodeBuild instances are even slower than GitHub, and pricing is not competitive. Queueing time is also high.

Missing from the benchmark:

  • Testing concurrency and scaling limits of each provider. Hetzner is not yet at the scale of AWS, and bumping concurrency limits at Hetzner-based providers is a manual request, and sometimes costly (e.g. buildjet). Companies with many thousands of jobs per day might prefer the scalability of AWS.

Disk performance

While CPU speed is the most important factor for most workflows, disk performance can be the limiting factor in specific scenarios that require a high number of IOPS. That’s why it is important to be able to pick runner types that match your needs.

The table below compares the disk performance of various providers. Sequential read and write performance is compared, as well as random read and write performance. Sequential performance is more important when dealing with large files, while random performance is more important for small, many files. Benchmark is run as per this Google Cloud article ↗ and measures the performance on the disk where the GITHUB_WORKSPACE resides. I performed 3 runs and picked the best result for each provider, although I didn’t notice much variance across runs.

For RunsOn, multiple instance types are compared, to highlight the performance difference between:

Note that RunsOn automatically mounts and formats the local instance storage volumes for you. If multiple volumes are available, they are automatically mounted in a RAID-0 configuration, to maximize disk space and performance.

The default sorting of the table is by Random writes, because this is where the network-attached EBS volumes show their main limitation. You can click on the column header to sort by a different metric.

Results

Provider
Type
Configuration
Seq Writes (MiB/s)
Rand Writes (MiB/s)
Seq Reads (MiB/s)
Rand Reads (MiB/s)
Infrastructure
RunsOnc6id.24xlarge5312 GiB (4 * 1328 GiB NVMe SSD)3435149573321564AWS
RunsOnc5ad.24xlarge3540 GiB (2 * 1770 GiB NVMe SSD)2966146563531285AWS
RunsOnc7gd.12xlarge2656 GiB (2 * 1328 GiB NVMe SSD)1699140236641648AWS
RunsOnc5ad.12xlarge1676 GiB (2 * 838 GiB NVMe SSD)1479131531771313AWS
RunsOnc7gd.metal (equivalent to c7gd.16xlarge)3540 GiB (2 * 1770 GiB NVMe SSD)2285128648991483AWS
Cirrusghcr.io/cirruslabs/ubuntu-runner-arm64:22.04-md47 GiB SSD26801162345001140Hetzner
RunsOnc7gd.8xlarge1770 GiB NVMe SSD1135103824481688AWS
Namespacenscloud-ubuntu-22.04-arm64-2x898 GiB SSD25016384960831Hetzner
RunsOnc7gd.4xlarge884 GiB NVMe SSD57450812051051AWS
Ubicloudubicloud-standard-2-arm86 GiB SSD10793161149443Hetzner
RunsOnc5ad.4xlarge560 GiB (2 * 280 GiB NVMe SSD)242219604511AWS
Buildjetbuildjet-2vcpu-ubuntu-2204-arm118 GiB SSD18191658746320Hetzner
RunsOnc6id.xlarge220 GiB NVMe SSD146131303262AWS
RunsOnc7gd.xlarge220 GiB NVMe SSD147131303262AWS
Blacksmithblacksmith-2vcpu-ubuntu-2204-arm130 GiB SSD14393441271Hetzner
RunsOnc7gd.large110 GiB NVMe SSD7566153131AWS
RunsOnc7gd.medium55 GiB NVMe SSD41338066AWS
GitHub2cpu-arm6475 GiB, Network volume1991720328Azure
RunsOnc7g.medium40 GiB, EBS only, 400MiB provisioned throughput4041640616AWS
RunsOnc7g.medium80 GiB, EBS only, 750MiB provisioned throughput7301675516AWS

Observations

Network-attached volumes

  • Sequential read/write of network-attached volumes is actually pretty good, and you get what you pay for in terms of volume throughput provisioning. Interestingly it can be higher than some providers with local SSDs (gp3 volumes can provision up to 1000MiB/s of throughput).
  • At the same time, random read/write performance of network-attached volumes is… not great, reaching only up to 20MiB/s. This is the case for default runner types at GitHub, RunsOn, and other providers at AWS.

The good news is that poor random read/write performance has a surprisingly low impact in the context of most CI workflows, where the sequential performance is often more relevant, as you’ll be pulling / writing large cache files, tarballs, artefacts, or docker images from the network, and then executing mostly CPU-intensive tasks.

However some workflows will require very large amounts of space and/or much improved random performance, and that’s where it’s important to be able to also pick a runner with local SSDs when you need it.

Local SSDs

  • If you want the fastest sequential AND random write performance, AWS with locally-attached NVMe volumes is your friend. Although you will need to choose larger instance types due to the linear scaling of the storage bandwidth with the instance size. You also get access to terabytes of local storage if you need it.
  • Performance of AWS locally-attached NVMe volumes is identical whether you select an x64 or arm64 instance.
  • Cirrus has really high sequential read performance, and good performance overall. Namespace as well. I suppose (reach out if I’m wrong!) that contrary to AWS they are not throttling bandwidth so performance could suffer from noisy neighbours on the same host. Probably same story with Buildjet and Ubicloud, which have lower performance as well. Blacksmith is probably suffering from this issue, since the disk performance is much lower than the other providers at Hetzner (except for random reads, for some reason).
  • Among Hetzner providers, max disk space is currently limited to 130GiB (Blacksmith). AWS allows up to 64 TiB for EBS volumes, and offers instance types that can go up to 305 TiB GB of local storage.

RunsOn allows to select instances with local SSDs (of variable sizes and performance), and automatically mount them.

Make your choice!

Note: this analysis is valid as of 2024/10/14. Things change quickly in this space, so make sure you do your own research as well.

Best alternatives for self-hosted GitHub Actions runners

The best alternatives for self-hosted GitHub Actions runners will heavily depend on your primary requirement:

  • Cheapest pricing: RunsOn or Ubicloud. Cirrus can also be a good option, if the fixed price/runner pricing model makes sense for you.

  • Fastest machines: Buildjet, Namespace, Cirrus, and Blacksmith have the fastest CPUs for x64 jobs. Be aware that they are hosted at Hetzner, with variable performance for the network speeds. RunsOn has the fastest performance for arm64, and good performance for x64.

  • GPU support: RunsOn is the only alternative provider that currently offers GPU support. GitHub restricts custom GPU runners to higher-tier plans, and they are expensive.

  • Windows support: RunsOn is the only alternative provider that currently offers Windows support.

  • Low queue times: GitHub has the best queue time for standard runners, and all alternatives are ~ok on that front.

  • Self-hosted deployment: RunsOn is the only solution that is entirely hosted in your AWS infrastructure, with no third-party or centralized service. You can also choose the actions-runner-controller ↗ (ARC) project to self-host in Kubernetes, although it is more complex and expensive to setup, maintain, and operate.

  • macOS support: many third-party providers offer macOS runners. On AWS, Apple is currently forcing a 24h reservation for macOS hosts, which is not ideal for short-lived CI jobs. As such, this can only work when a centralized service is pooling jobs for many clients, which is not the case e.g. for RunsOn.

When should I use GitHub’s official actions runners?

GitHub’s official actions runners are best used for short-lived jobs or those that do not require fast CPUs. They boot quickly, making them ideal for smaller, less intensive tasks. However, for larger or more CPU-intensive jobs, consider alternative runners due to the slower performance and higher costs of GitHub’s larger runners. Be aware that GitHub bills by the minute, even if your job only runs for a few seconds.