Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SignalR Crank 负载测试工具中的 batchsize 参数是什么?
另外请帮助我了解“connectbatch”功能在做什么?根据我的理解,它只是根据输入参数“clients”创建一个客户端连接?
BatchSize 用于定义一批中创建的连接数。一旦达到批量大小,Crank 将等待所有创建的客户端成功连接,然后再继续。
Crank(和一般的 signalR)严重依赖 TPL 和 async/await。这使得可以在一批中创建大量请求