Skip to content

Commit 6603ee5

Browse files
feat(tx-pool-check-short.yaml): now run with 50k txs
1 parent a25fe78 commit 6603ee5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playbooks/dev/tx-pool-check-short.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ config:
66
walletPrivkey: ""
77
tasks:
88
- name: tx_pool_latency_analysis
9-
title: "Check transaction pool latency with 10.000 transactions"
9+
title: "Check transaction pool latency with 50.000 transactions"
1010
timeout: 30m
1111
config:
12-
tps: 1000
12+
tps: 5000
1313
duration_s: 10
1414
logInterval: 1000
1515
configVars:
@@ -20,10 +20,10 @@ tasks:
2020
config:
2121
waitTime: 5
2222
- name: tx_pool_throughput_analysis
23-
title: "Check transaction pool throughput with 10.000 transactions"
23+
title: "Check transaction pool throughput with 50.000 transactions"
2424
timeout: 30m
2525
config:
26-
tps: 1000
26+
tps: 5000
2727
duration_s: 10
2828
logInterval: 1000
2929
configVars:

0 commit comments

Comments
 (0)