nervosnetwork / ckb-integration-test

0 stars 6 forks source link

feat: Add concurrent_requests command and enable multi-threaded load test #112

Closed gpBlockchain closed 1 year ago

gpBlockchain commented 1 year ago

because the transaction sending module of ckb-bench was single-threaded before, it was easy to cause insufficient pressure. Therefore, it has been modified to support multi-threading.