Skip to content

Commit aac8c9a

Browse files
feat(throughput): update transaction pool test parameters to increase maximum TPS range from 1000 to 10000 and increment from 500 to 1000
1 parent d241f7e commit aac8c9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks:
2424
title: "Check transaction pool throughput from 100 to 1000 TPS with 100 TPS increment, duration 2s per test"
2525
config:
2626
startingTps: 100
27-
endingTps: 1000
27+
endingTps: 2000
2828
incrementTps: 100
2929
durationS: 2
3030
logInterval: 1000
@@ -54,8 +54,8 @@ tasks:
5454
title: "Check transaction pool throughput from 1000 to 5000 TPS with 500 TPS increment, duration 2s per test"
5555
config:
5656
startingTps: 1000
57-
endingTps: 5000
58-
incrementTps: 500
57+
endingTps: 10000
58+
incrementTps: 1000
5959
durationS: 2
6060
logInterval: 2500
6161
configVars:

0 commit comments

Comments
 (0)