Skip to content

Commit

Permalink
Explain the MTTP benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Nov 7, 2023
1 parent c3c623f commit 287c940
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,14 @@ Teardown:
timoni bundle delete flux-helm-benchmark
```

## Benchmark Results (Flux v2.2 RC)
## MTTP Benchmark Results (Flux v2.2 RC)

The Mean Time To Production (MTTP) benchmark measures the time it takes for Flux
to deploy application changes into production. We measure the time spent on fetching
app packages from the registry (Flux OCI artifacts and Helm charts) and the time spent
reconciling app definitions on the Kubernetes cluster.

For this benchmark we assume 100, 500 and 1000 app packages being pushed to the registry at the same time.

| Objects | Type | Flux component | Concurrency | Total Duration | Max Memory |
|---------|---------------|----------------------|-------------|----------------|------------|
Expand Down

0 comments on commit 287c940

Please sign in to comment.