🚀 Introducing Ultra Runners — Up to 3x faster GitHub Actions jobs
GitHub Actions Benchmark
Mastodon
mastodon/mastodonMastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. On Mastodon, users can publish anything they want: links, pictures, text, video. All Mastodon servers are interoperable as a federated network.
This is a multi-architecture benchmark, it built an Intel (linux/amd64) and Arm (linux/arm64) image.
With
depot build
, the past 10 runs were35.7x faster
saving a total of
17h 33m 58s
compared to
docker build
.About the benchmark
For every commit to mastodon/mastodon, GitHub Actions runs one workflow job building the project with the
docker/build-push-action
action and caching enabled and one workflow job building the project with depot build
. The time each job takes is recorded and visualized here.Last 10 GitHub Actions Runs
Add missing `NOT NULL` requirement to small, indexed, valid data tables (#33284)
Depot
2m 43s / 21x fasterDocker
57m 6sUpdate dependency irb to v1.14.2 (#33282)
Depot
2m 51s / 44.3x fasterDocker
2h 6m 16sUpdate dependency dotenv to v3.1.5 (#33298)
Depot
3m 44s / 33.1x fasterDocker
2h 3m 35sUse `touch_all` for time column updates (#33295)
Depot
2m 52s / 44.5x fasterDocker
2h 7m 34sdon't start OTel traces with Redis spans (#33090)
Depot
3m 42s / 34.6x fasterDocker
2h 7m 59sNew Crowdin Translations (automated) (#33146)
Depot
2m 29s / 50.6x fasterDocker
2h 5m 32sChange percentile label in year in review in web UI (#33148)
Depot
2m 32s / 49.1x fasterDocker
2h 4m 20sFix typo in CHANGELOG.md (#33145)
Depot
2m 33s / 49x fasterDocker
2h 4m 58sUpdate dependency nokogiri to v1.16.8 (#33140)
Depot
3m 49s / 32.5x fasterDocker
2h 4m 7sAdd coverage for fixing the thing with the dates in the search area (#32958)
Depot
3m 9s / 7.3x fasterDocker
22m 55sDocker Workflow
jobs:
benchmark-docker:
name: Build with Docker
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-qemu-action@v2
- uses: docker/build-push-action@v2
with:
tags: depot/benchmark-mastodon:benchmark
platforms: linux/amd64,linux/arm64
View workflow source benchmark-docker:
name: Build with Docker
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-qemu-action@v2
- uses: docker/build-push-action@v2
with:
tags: depot/benchmark-mastodon:benchmark
platforms: linux/amd64,linux/arm64
Depot Workflow
jobs:
benchmark-depot:
name: Build with Depot
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: depot/setup-action@v1
- uses: depot/build-push-action@v1
with:
tags: depot/benchmark-mastodon:benchmark
platforms: linux/amd64,linux/arm64
View workflow source benchmark-depot:
name: Build with Depot
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: depot/setup-action@v1
- uses: depot/build-push-action@v1
with:
tags: depot/benchmark-mastodon:benchmark
platforms: linux/amd64,linux/arm64
Your builds have never been this quick.
Start building