👩🚀 Introducing Depot Registry — A high performance global CDN backed registry
👩🚀 Introducing Depot Registry
GitHub Actions Benchmark
Dispatch
Netflix/dispatchDispatch is an open source, self-hosted crisis management orchestration framework created by Netflix. Dispatch helps you effectively manage security incidents by deeply integrating with existing tools used throughout an organization (Slack, GSuite, Jira, etc.,) Dispatch is able to leverage the existing familiarity of these tools to provide orchestration instead of introducing another tool.
With
depot build
, the past 10 runs were37% faster
saving a total of
15m 25s
compared to
docker build
.About the benchmark
For every commit to Netflix/dispatch, 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
fix(slack): convert ids back from string to int (#5981)
Depot
2m 26s / 43% fasterDocker
4m 14sfix(slack): PlainOption requires string values (#5980)
Depot
2m 25s / 42% fasterDocker
4m 8sfix(models): adding default None to create objects with optional attributes (#5979)
Depot
2m 25s / 44% fasterDocker
4m 21schore(deps): bump @tanstack/vue-query in /src/dispatch/static/dispatch (#5968)
Depot
2m 27s / 40% fasterDocker
4m 7sfix(slack): allow subject.id to be a number (#5976)
Depot
2m 29s / 40% fasterDocker
4m 8supdating to Pydantic v2 validationData (#5974)
Depot
2m 31s / 41% fasterDocker
4m 18sfix(signal): keep existing filters on signal update (#5973)
Depot
2m 45s / 33% fasterDocker
4m 8schore(deps): bump @tiptap/starter-kit in /src/dispatch/static/dispatch (#5959)
Depot
3m 47s / 11% fasterDocker
4m 14sfeat(db): adds user confirmation to database cli commands (#5964)
Depot
2m 28s / 41% fasterDocker
4m 11sfix(pydantic): fixes several issues detected by pydantic v2 (#5966)
Depot
2m 56s / 31% fasterDocker
4m 15sDocker 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/build-push-action@v2
with:
tags: depot/benchmark-dispatch:benchmark
cache-from: type=gha
cache-to: type=gha,mode=max
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/build-push-action@v2
with:
tags: depot/benchmark-dispatch:benchmark
cache-from: type=gha
cache-to: type=gha,mode=max
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-dispatch:benchmark
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-dispatch:benchmark
Your builds have never been this quick.
Start building