An open API service indexing awesome lists of open source software.

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

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!