We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2859a2 commit 6decd7eCopy full SHA for 6decd7e
playbooks/dev/tx-pool-check.yaml
@@ -21,7 +21,7 @@ tasks:
21
waitTime: 5
22
- name: tx_pool_throughput_analysis
23
timeout: 30m
24
- title: "Check transaction pool throughput from 100 to 1000 TPS with 100 TPS increment, duration 2s per test"
+ title: "Check transaction pool throughput from 100 to 2000 TPS with 100 TPS increment, duration 2s per test"
25
config:
26
startingTps: 100
27
endingTps: 2000
@@ -51,7 +51,7 @@ tasks:
51
52
53
timeout: 60m
54
- title: "Check transaction pool throughput from 1000 to 5000 TPS with 500 TPS increment, duration 2s per test"
+ title: "Check transaction pool throughput from 1000 to 10.000 TPS with 1.000 TPS increment, duration 2s per test"
55
56
startingTps: 1000
57
endingTps: 10000
0 commit comments