Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/theoretical-max-tps.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ stellar-core release. The columns are as follows:

| Core Version | Core Image | Core Compiler Flags | Core Configure Flags | Supercluster Commit | Extra Supercluster Options | Max TPS | Notes |
|--------------|------------|---------------------|----------------------|---------------------|----------------------------|---------|-------|
| 25.1.0 | `stellar/unsafe-stellar-core:25.1.1-3003.414a5e53d.jammy-tmtps-perftests` | `-ggdb -O3 -fstack-protector-strong` | | `7082b15b4c526e13adee10a2aeee34a197994109` | `--run-for-max-tps=classic --enable-relaxed-auto-qset-config` | 2968 | |
| 25.0.1 | `stellar/unsafe-stellar-core:25.1.1-3002.ac5427a14.jammy-tmtps-perftests` | `-ggdb -O3 -fstack-protector-strong` | | `7082b15b4c526e13adee10a2aeee34a197994109` | `--run-for-max-tps=classic --enable-relaxed-auto-qset-config` | 2856 | |
| 25.0.0 | `stellar/unsafe-stellar-core:25.1.1-3001.e9748b05a.jammy-tmtps-perftests` | `-ggdb -O3 -fstack-protector-strong` | | `7082b15b4c526e13adee10a2aeee34a197994109` | `--run-for-max-tps=classic --enable-relaxed-auto-qset-config` | 2875 | |
| 24.1.0 | `stellar/unsafe-stellar-core:25.1.1-3000.5a7035d49.jammy-perftests` | `-ggdb -O3 -fstack-protector-strong` | | `7082b15b4c526e13adee10a2aeee34a197994109` | `--run-for-max-tps=classic --enable-relaxed-auto-qset-config` | 2762 | Changed testing base image from focal to jammy |
| 24.1.0 | `stellar/unsafe-stellar-core:24.1.1-2863.5a7035d49.focal-tmtps-perftests` | `-ggdb -O3 -fstack-protector-strong` | | `ffe34dd872e34152867831b66973910db9a8805d` | `--run-for-max-tps=classic --enable-relaxed-auto-qset-config` | 2902 | |
| 24.0.0 | `stellar/unsafe-stellar-core:24.1.1-2862.0d7b4345d.focal-tmtps-perftests` | `-ggdb -O3 -fstack-protector-strong` | | `ffe34dd872e34152867831b66973910db9a8805d` | `--run-for-max-tps=classic --enable-relaxed-auto-qset-config` | 2875 | |
| 23.0.1 | `stellar/unsafe-stellar-core:24.0.1-2855.050eacf11.focal-tmtps-perftests` | `-ggdb -O3 -fstack-protector-strong` | | `ffe34dd872e34152867831b66973910db9a8805d` | `--run-for-max-tps=classic --enable-relaxed-auto-qset-config` | 2742 | Performance improvement due to [tuning TCP settings](https://github.com/stellar/supercluster/pull/311). |
Expand Down