diff --git a/doc/theoretical-max-tps.md b/doc/theoretical-max-tps.md index bd02c2c7..d3e8a6cf 100644 --- a/doc/theoretical-max-tps.md +++ b/doc/theoretical-max-tps.md @@ -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). |