File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [network ]
1+ [network_worker ]
22target_url = " http://127.0.0.1:8545"
33total_connections = 10_000 # Limited by # of ephemeral ports.
44
@@ -7,7 +7,7 @@ batch_factor = 1
77error_sleep_ms = 100
88tx_queue_empty_sleep_ms = 25
99
10- [transaction ]
10+ [tx_gen_worker ]
1111chain_id = 1337
1212num_accounts = 25_000 # Limited by the number in the genesis (see generate_genesis_alloc.rs)
1313
@@ -21,7 +21,7 @@ mnemonic = "test test test test test test test test test test test junk"
2121recipient_distribution_factor = 20 # 1/20 of accounts receive transfers.
2222max_transfer_amount = 10
2323
24- [rate_limiting ]
24+ [rate_limiter ]
2525initial_ratelimit = 100 # txs/s
2626
2727# Rate limit thresholds: [(threshold, rate_limit)]
@@ -38,12 +38,12 @@ ratelimit_thresholds = [
3838 [300_000 , 15_000 ], # NUM_ACCOUNTS * 12
3939]
4040
41- [worker ]
41+ [workers ]
4242thread_pinning = true
4343
4444tx_gen_worker_percentage = 0.1
4545network_worker_percentage = 0.9
4646
47- [reporting ]
47+ [reporters ]
4848tx_queue_report_interval_secs = 3
4949network_stats_report_interval_secs = 3
You can’t perform that action at this time.
0 commit comments