Skip to content

Commit

Permalink
Merge pull request #221 from bboston7/tmtps-updates
Browse files Browse the repository at this point in the history
Update theoretical max TPS results for all releases from 21.2.0 up
  • Loading branch information
marta-lokhova authored Oct 30, 2024
2 parents 70dcf1e + 5c76e57 commit 959c1d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions doc/theoretical-max-tps.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Finally, don't forget to shut down your EKS cluster.
This table contains the theoretical max TPS stellar-core achieved, ordered by
stellar-core release.

| Core Version | Core Image | Topology (total # of stellar-core nodes / # of validators) | EC2 Instance Type | Number of EC2 Instances | Max TPS |
|--------------|------------|------------------------------------------------------------|-------------------|-------------------------|---------|
| 21.1.0 | `stellar/unsafe-stellar-core:21.0.1-1917.52a449ff3.focal-testing-asan-disabled-perftests` | 7 / 3 | m5d.4xlarge | 10 | 1137 |
| Core Version | Core Image | Database Backend | Topology (total # of stellar-core nodes / # of validators) | EC2 Instance Type | Number of EC2 Instances | Max TPS |
|--------------|------------|------------------|------------------------------------------------------------|-------------------|-------------------------|---------|
| 22.0.0rc2 | `stellar/unsafe-stellar-core:22.0.0-2095.rc2.1bccbc921.focal-perftests` | BucketListDB | 7 / 3 | md5.4xlarge | 10 | 958 |
| 21.3.1 | `stellar/unsafe-stellar-core:21.3.1-2007.4ede19620.focal-perftests` | BucketListDB | 7 / 3 | m5d.4xlarge | 10 | 1110 |
| 21.3.1 | `stellar/unsafe-stellar-core:21.3.1-2007.4ede19620.focal-perftests` | SQLite in-memory | 7 / 3 | m5d.4xlarge | 10 | 1170 |
| 21.2.0 | `stellar/unsafe-stellar-core:21.2.0-1953.d78f48eac.focal-perftests` | BucketListDB | 7 / 3 | m5d.4xlarge | 10 | 1059 |
| 21.2.0 | `stellar/unsafe-stellar-core:21.2.0-1953.d78f48eac.focal-perftests` | SQLite in-memory | 7 / 3 | m5d.4xlarge | 10 | 1053 |
| 21.1.0 | `stellar/unsafe-stellar-core:21.0.1-1917.52a449ff3.focal-testing-asan-disabled-perftests` | SQLite in-memory | 7 / 3 | m5d.4xlarge | 10 | 1137 |
2 changes: 1 addition & 1 deletion scripts/eks-init.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# topology plus 3 to cover the ingress controller and two coredns instances.
DEFAULT_NUM_NODES = 10
DEFAULT_NODE_TYPE = "m5d.4xlarge"
KUBERNETES_VERSION = "1.28"
KUBERNETES_VERSION = "1.29"
SSH_USERNAME = "ec2-user"
NVME_MOUNT_SCRIPT = "https://raw.githubusercontent.com/awslabs/amazon-eks-ami/86105105a83fdc80e682b850aac6f626119a6951/templates/shared/runtime/bin/setup-local-disks"
DNS_RETRY_INTERVAL_SECONDS = 60
Expand Down

0 comments on commit 959c1d9

Please sign in to comment.