Lower MinimumThroughput expectedRate from 0.8 to 0.5 (#13784)

The test was introduced in a965d54d49 (PR #13412) and has been failing
regularly in nightlies on seed 2555715869 — the workload sustains
between 50-80% of the 200 TPS target under simulation overhead
(shard metadata audit, etc.), so the 80% threshold is too aggressive.
This commit is contained in:
Michael Stack 2026-07-24 16:48:18 -07:00 committed by GitHub
parent 5017fc6776
commit 6c2bb6870a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ restorePerpetualWiggleSetting = false
transactionsPerSecond = 200.0
nodeCount = 100000
readFraction = 0.5
expectedRate = 0.8
expectedRate = 0.5