> ## Documentation Index
> Fetch the complete documentation index at: https://ubicloud-00f14c0d-dependabot-github-actions-actions-checkou-0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Price-Performance

## Price

Ubicloud runners provide a number of price-performance advantages over GitHub runners. These include:

* Prices are 7x cheaper than GitHub Actions
* Ubicloud Runners outperform GitHub Runners even at this price point
* Ubicloud cloud services are open source under the AGPL v3 license, if you choose to manage your infrastructure yourself

We charge only for usage and at per minute granularity. Every account gets a \$2/month credit that's equivalent to 1,250 minutes of Ubicloud (2 vCPU) runner time. You can read more about our Linux x64 and arm64 prices in the [general pricing page](/about/pricing#github-actions).

## Performance

In addition to being 7x more cost-effective, Ubicloud runners are also faster. This is because Ubicloud VMs run on newer hardware than those of GitHub's Azure VMs.

Below is a sample of run times across open source projects for GitHub and Ubicloud runners. We also display Ubicloud 4 vCore runner times. Since Ubicloud comes with a significant price advantage, we recommend trying more powerful runners for faster builds.

<CardGroup cols={1}>
  <Card img="https://mintcdn.com/ubicloud-00f14c0d-dependabot-github-actions-actions-checkou-0/ahpl5GyvLE-yw2lL/github-actions-integration/price-performance-1.jpg?fit=max&auto=format&n=ahpl5GyvLE-yw2lL&q=85&s=9f9b0c5923320a4036ef8a3772443406" width="1400" height="745" data-path="github-actions-integration/price-performance-1.jpg">
    **Repo source:** [https://github.com/facebook/folly](https://github.com/facebook/folly) (C++ Build and Test) <br />
    **Run date:** 2025-01-07
  </Card>

  <Card img="https://mintcdn.com/ubicloud-00f14c0d-dependabot-github-actions-actions-checkou-0/ahpl5GyvLE-yw2lL/github-actions-integration/price-performance-2.jpg?fit=max&auto=format&n=ahpl5GyvLE-yw2lL&q=85&s=6df1568bd3961b001679f0c4c7f3ec9c" width="1400" height="746" data-path="github-actions-integration/price-performance-2.jpg">
    **Repo source:** [https://github.com/google/xls](https://github.com/google/xls) (Bazel Test) <br />
    **Run date:** 2025-01-07
  </Card>

  <Card img="https://mintcdn.com/ubicloud-00f14c0d-dependabot-github-actions-actions-checkou-0/ahpl5GyvLE-yw2lL/github-actions-integration/price-performance-3.jpg?fit=max&auto=format&n=ahpl5GyvLE-yw2lL&q=85&s=b87195ff1af16720ea4dd5c8276075ca" width="1400" height="748" data-path="github-actions-integration/price-performance-3.jpg">
    **Repo source:** [https://github.com/PeerDB-io/peerdb](https://github.com/PeerDB-io/peerdb) (Docker Build) <br />
    **Run date:** 2025-01-07
  </Card>

  <Card img="https://mintcdn.com/ubicloud-00f14c0d-dependabot-github-actions-actions-checkou-0/ahpl5GyvLE-yw2lL/github-actions-integration/price-performance-4.jpg?fit=max&auto=format&n=ahpl5GyvLE-yw2lL&q=85&s=d6eaf379dfcb861e4700f4d71ebc566e" width="1400" height="753" data-path="github-actions-integration/price-performance-4.jpg">
    **Repo source:** [https://github.com/supabase/supabase](https://github.com/supabase/supabase) (Check code with Typescript) <br />
    **Run date:** 2025-01-07
  </Card>

  <Card img="https://mintcdn.com/ubicloud-00f14c0d-dependabot-github-actions-actions-checkou-0/ahpl5GyvLE-yw2lL/github-actions-integration/price-performance-5.jpg?fit=max&auto=format&n=ahpl5GyvLE-yw2lL&q=85&s=58ac2b0a39839c38f8821073632c6f8f" width="1400" height="757" data-path="github-actions-integration/price-performance-5.jpg">
    **Repo source:** [https://github.com/nasa/astrobee](https://github.com/nasa/astrobee) (C++ Build and Test) <br />
    **Run date:** 2025-01-07
  </Card>
</CardGroup>

## Why Faster Builds Matter

Build and test jobs don't just consume compute, they block developer time.

When a developer pushes code and waits 15–20 minutes for CI to complete, that's time spent:

* Waiting to merge a pull request
* Context-switching to other work
* Losing momentum on the task at hand

Now multiply that across an engineering team. Even **saving 3–5 minutes per job** adds up to:

* Dozens of hours per week in recovered dev time
* Fewer PRs left idle due to slow feedback
* Faster iteration on features and bug fixes
* Higher team velocity, fewer productivity stalls

> **Example**: If your team runs 1,000 jobs/week and Ubicloud runners cut job time by 4 minutes on average, that's over **66 hours of developer time saved every month**.

Ubicloud runners aren't just about faster CI, they're about giving your engineers back their time so they can build, ship, and move faster.
