👩🚀 Introducing Depot Registry — A high performance global CDN backed registry
👩🚀 Introducing Depot Registry
GitHub Actions Benchmark
PostHog
PostHog/posthogPostHog is an open-source product analytics suite, built for engineers. Automatically track every event on your website or app, understand your users and how to improve your product, deploy on your own infrastructure to keep control of your data.
With
depot build
, the past 10 runs were56.2x faster
saving a total of
27h 7m 12s
compared to
docker build
.About the benchmark
For every commit to PostHog/posthog, 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
feat(save-and-materialize): Save and materialize view in one fell swoop (#30665)
Depot
2m 23s / 65.6x fasterDocker
2h 36m 14schore: move cypress test to jest (#30776)
Depot
3m 1s / 50.8x fasterDocker
2h 33m 6schore(flags): even more timing to flag evaluation operations (#30775)
Depot
4m 16s / 37.5x fasterDocker
2h 40m 11schore(editor-3001): release materialization flag (#30418)
Depot
2m 39s / 78x fasterDocker
3h 26m 42schore(deps): Update posthog-js to 1.234.7 (#30770)
Depot
2m 43s / 57.9x fasterDocker
2h 37m 18schore(environments): data color theme and uploaded media team project mixin (#30763)
Depot
3m / 67.5x fasterDocker
3h 22m 24schore: run update command (#30767)
Depot
3m 49s / 43.4x fasterDocker
2h 45m 34schore(environments): add project id on uploaded media model (#30709)
Depot
3m 9s / 47.2x fasterDocker
2h 28m 48schore: parametrize persons squash schedule (#30741)
Depot
2m 12s / 69.5x fasterDocker
2h 32m 48sfix(data-warehouse): Prevent importing single duplicate row on Stripe incremental syncs (#30743)
Depot
2m 18s / 66.8x fasterDocker
2h 33m 37sDocker 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-posthog: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-posthog: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-posthog: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-posthog:benchmark
Your builds have never been this quick.
Start building