Skip to content

Commit

Permalink
Add benchmark results for Flux v2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Feb 19, 2025
1 parent 5efdab4 commit 6fe714e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions RESULTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,27 @@ registry at the same time.
- App manifests (Deployment scaled to zero, Service Account, Service, Ingress)


## Flux v2.5.0

| Objects | Type | Flux component | Duration | Max Memory |
|---------|---------------|----------------------|----------|------------|
| 100 | OCIRepository | source-controller | 24s | 38Mi |
| 100 | Kustomization | kustomize-controller | 28s | 32Mi |
| 100 | HelmChart | source-controller | 24s | 40Mi |
| 100 | HelmRelease | helm-controller | 27s | 190Mi |
| 500 | OCIRepository | source-controller | 43s | 65Mi |
| 500 | Kustomization | kustomize-controller | 2m2s | 122Mi |
| 500 | HelmChart | source-controller | 48s | 68Mi |
| 500 | HelmRelease | helm-controller | 2m45s | 240Mi |
| 1000 | OCIRepository | source-controller | 1m25s | 67Mi |
| 1000 | Kustomization | kustomize-controller | 4m16s | 175Mi |
| 1000 | HelmChart | source-controller | 1m20s | 110Mi |
| 1000 | HelmRelease | helm-controller | 8m12s | 400Mi |

### Observations

Compared to Flux v2.4, there are no performance differences in Flux v2.5.

## Flux v2.4.0

| Objects | Type | Flux component | Duration | Max Memory |
Expand Down

0 comments on commit 6fe714e

Please sign in to comment.