Skip to content

Commit

Permalink
fix: mistyped label in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed Sep 19, 2024
1 parent 45e6c7d commit 77a9e8d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This benchmark is configured to run the same GitHub Actions workflow job on two
## Runners
| Runner | Host | CPU | Memory | Storage | Cache Size | Cost per Minute |
| ------------------ | ------ | --- | ------ | ------- | ---------- | --------------- |
| ubuntu-24.04 | github | 2 | 7Gb | 14Gb | 10Gb | $0.008 USD |
| ubuntu-22.04 | github | 2 | 7Gb | 14Gb | 10Gb | $0.008 USD |
| depot-ubuntu-22.04 | depot | 2 | 8Gb | 100Gb | 100Gb | $0.004 USD |

Note: GitHub Actions runners are billed per minute, rounded up to the next minute. Depot runners are billed per second. The cost estimate in each run accounts for this.
Expand All @@ -21,7 +21,7 @@ The first run will not contain any cache, so the runner will have to install all

| Runner | Install Time (s) | Build Time (s) | Total Time (m) | Cost (USD) | Logs |
| ------------------ | ---------------- | -------------- | -------------- | ---------- | ------------------------------------------------------------------------------------------------- |
| ubuntu-24.04 | 17.7 | 81.706 | 2m 12s | $0.024 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10910152335/job/30279957077) |
| ubuntu-22.04 | 17.7 | 81.706 | 2m 12s | $0.024 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10910152335/job/30279957077) |
| depot-ubuntu-22.04 | 10.1 | 44.481 | 1m 40s | $0.0066 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10910152335/job/30279957438) |


Expand All @@ -33,7 +33,7 @@ The second run will pull the dependencies from the cache created in the first ru

| Runner | Install Time (s) | Build Time (s) | Total Time (m) | Cost (USD) | Logs |
| ------------------ | ---------------- | -------------- | -------------- | ---------- | ------------------------------------------------------------------------------------------------- |
| ubuntu-24.04 | 11.1s | 86.819 | 2m 1s | $0.024 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10910569666/job/30281295191) |
| ubuntu-22.04 | 11.1s | 86.819 | 2m 1s | $0.024 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10910569666/job/30281295191) |
| depot-ubuntu-22.04 | 4.8s | 45.236s | 1m 35s | $0.0063 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10910569666/job/30281295485) |

Notes: Although just one second over the 2 minute mark, the GitHub runner will be charged at 3 minutes. With caching enabled. Depot was still able to download and unpack the cache 56.7% faster than the GitHub runner.
Expand All @@ -51,7 +51,7 @@ The first run will not contain any cache, so the runner will have to install all

| Runner | Install Time (s) | Build Time (s) | Total Time (m) | Cost (USD) | Logs |
| ------------------ | ---------------- | -------------- | -------------- | ---------- | ------------------------------------------------------------------------------------------------- |
| ubuntu-24.04 | 53.8s | 105.641 | 4m 49s | $0.04 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10911079312/job/30282961574) |
| ubuntu-22.04 | 53.8s | 105.641 | 4m 49s | $0.04 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10911079312/job/30282961574) |
| depot-ubuntu-22.04 | 40.5 | 61.658 | 3m 32s | $0.014 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10911079312/job/30282961917) |

Notes: Depot is 24% faster to download and install dependencies and builds over 60% faster while being 65% cheaper.
Expand All @@ -62,7 +62,7 @@ The second run will pull the dependencies from the cache created in the first ru

| Runner | Install Time (s) | Build Time (s) | Total Time (m) | Cost (USD) | Logs |
| ------------------ | ---------------- | -------------- | -------------- | ---------- | ------------------------------------------------------------------------------------------------- |
| ubuntu-24.04 | 16.8 | 109.457 | 4m 6s | $0.04 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10911289557/job/30283616457) |
| ubuntu-22.04 | 16.8 | 109.457 | 4m 6s | $0.04 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10911289557/job/30283616457) |
| depot-ubuntu-22.04 | 10.7 | 59.139 | 3m 1s | $0.012 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10911289557/job/30283616770) |

With cache enabled, Depot was 57% faster to download and unpack the cache.
Expand All @@ -73,5 +73,6 @@ The second run will pull the dependencies from the cache created in the first ru

| Runner | Install Time (s) | Build Time (s) | Total Time (m) | Cost (USD) | Logs |
| ------------------ | ---------------- | -------------- | -------------- | ---------- | ------------------------------------------------------------------------------------------------- |
| ubuntu-24.04 | 19.5 | 108.473 | 4m 17s | $0.04 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10923129402/job/30319011061) |
| depot-ubuntu-22.04 | 10.4 | 63.558 | 2m 44s | $0.0109 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10923129402/job/30319011567) |
| ubuntu-22.04 | 19.5 | 108.473 | 4m 17s | $0.04 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10923129402/job/30319011061) |
| depot-ubuntu-22.04 | 10.4 | 63.558 | 2m 44s | $0.0109 | [πŸ”—](https://github.com/depot/Compare-Runners-Cache-Test/actions/runs/10923129402/job/30319011567) |

0 comments on commit 77a9e8d

Please sign in to comment.