Skip to content

Commit afbac70

Browse files
committed
Merge remote-tracking branch 'origin/feat/txpool-latency-qps' into feat/txpool-latency-qps
2 parents 5b62916 + 9c60e2b commit afbac70

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ disable: false
55
config:
66
walletPrivkey: ""
77
tasks:
8-
- name: tx_pool_throughput_analysis
9-
title: "Check transaction pool throughput with 10.000 transactions"
8+
- name: tx_pool_latency_analysis
9+
title: "Check transaction pool latency with 10.000 transactions"
1010
timeout: 30m
1111
config:
1212
tps: 1000
13-
duration_s: 30
13+
duration_s: 10
1414
measureInterval: 1000
1515
configVars:
1616
privateKey: "walletPrivkey"
@@ -19,12 +19,12 @@ tasks:
1919
timeout: 30m
2020
config:
2121
waitTime: 5
22-
- name: tx_pool_latency_analysis
23-
title: "Check transaction pool latency with 10.000 transactions"
22+
- name: tx_pool_throughput_analysis
23+
title: "Check transaction pool throughput with 10.000 transactions"
2424
timeout: 30m
2525
config:
2626
tps: 1000
27-
duration_s: 30
27+
duration_s: 10
2828
measureInterval: 1000
2929
configVars:
30-
privateKey: "walletPrivkey"
30+
privateKey: "walletPrivkey"

0 commit comments

Comments
 (0)