Skip to content

Commit ac94251

Browse files
refactor(tx_pool_throughput_analysis): expand throughput test parameters to cover a range from 100 to 1000 TPS and from 1000 to 5000 TPS with adjusted durations and increments
1 parent c29754d commit ac94251

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ tasks:
2121
waitTime: 5
2222
- name: tx_pool_throughput_analysis
2323
timeout: 5m
24-
title: "Check transaction pool throughput with 1.000 transactions in one second, duration 10s"
24+
title: "Check transaction pool throughput from 100 to 1000 TPS with 100 TPS increment, duration 2s per test"
2525
config:
26-
tps: 1000
27-
durationS: 10
26+
startingTps: 100
27+
endingTps: 1000
28+
incrementTps: 100
29+
durationS: 2
2830
logInterval: 1000
2931
configVars:
3032
privateKey: "walletPrivkey"
3133
- name: tx_pool_clean
3234
title: "Clean transaction pool"
33-
timeout: 5m
35+
timeout: 15m
3436
config:
3537
waitTime: 5
3638
- name: tx_pool_latency_analysis
@@ -49,10 +51,12 @@ tasks:
4951
waitTime: 5
5052
- name: tx_pool_throughput_analysis
5153
timeout: 5m
52-
title: "Check transaction pool throughput with 5.000 transactions in one second, duration 5s"
54+
title: "Check transaction pool throughput from 1000 to 5000 TPS with 500 TPS increment, duration 2s per test"
5355
config:
54-
tps: 5000
55-
durationS: 5
56+
startingTps: 1000
57+
endingTps: 5000
58+
incrementTps: 500
59+
durationS: 2
5660
logInterval: 2500
5761
configVars:
5862
privateKey: "walletPrivkey"

0 commit comments

Comments
 (0)