https://github.com/temporalio/benchmark-matrix
Automated benchmarks for Temporal
https://github.com/temporalio/benchmark-matrix
Last synced: 12 months ago
JSON representation
Automated benchmarks for Temporal
- Host: GitHub
- URL: https://github.com/temporalio/benchmark-matrix
- Owner: temporalio
- License: mit
- Created: 2022-08-16T14:56:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-02T22:38:44.000Z (12 months ago)
- Last Synced: 2025-07-02T23:29:36.159Z (12 months ago)
- Language: TypeScript
- Size: 668 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Temporal Benchmark Matrix
The Benchmark Matrix is designed to give users a guide to what kind of performance they can expect out of various cluster and persistence configurations.
Please note that this project is in the extremely early stages, clusters are not being tuned, resource limits are not set or enforced. Any performance numbers recorded should be ignored for now.
Once the matrix is able to run benchmarks across multiple providers and persistence backends we will apply constraints and tuning so that we can get consistent and meaningful benchmark results.
# Benchmark matrix
These are the platforms and persistence types that the benchmark matrix currently tests:
| Provider | Platform | Persistence Type | Persistence Size |
|---|---|---|---|
|AWS|EKS|Postgres|m6i-large|
|AWS|EKS|Postgres|m6i-2xlarge|
# Running the benchmarks
TODO :)
# Contributing
Currently we only run on AWS EKS with Postgres RDS instances. We would love to support Azure, GCP and more persistence systems. All contributions welcome!