Skip to content

Commit 79bcf31

Browse files
bump peak_tps in ScanTotalSupplyBigQueryIntegrationTest from observed behavior (#2738)
Fixes DACH-NY/cn-test-failures#5954, adapting [according to bisect] to #2707. Signed-off-by: Stephen Compall <stephen.compall@digitalasset.com>
1 parent 7226427 commit 79bcf31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/ScanTotalSupplyBigQueryIntegrationTest.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ class ScanTotalSupplyBigQueryIntegrationTest
8080
// The test currently produces 80 transactions, which is 0.000926 tps over 24 hours,
8181
// so we assert for a range of 70-85 transactions, or 0.0008-0.00099 tps.
8282
private val avgTps = (0.0008, 0.00099)
83-
// The peak is 17 transactions in a (simulated) minute, or 0.28333 tps over a minute,
84-
// so we assert 15-20 transactions, or 0.25-0.34 tps
85-
private val peakTps = (0.25, 0.34)
83+
// The peak is 22 transactions in a (simulated) minute, or 0.36667 tps over a minute,
84+
// so we assert 19-25 transactions, or 0.31-0.42 tps
85+
private val peakTps = (0.31, 0.42)
8686
private val totalRounds = 4
8787

8888
override def beforeAll() = {

0 commit comments

Comments
 (0)