I wrote an echo program for the reactor framework in C #. The question is how can I test its high concurrency performance?

for example, what tools can be used to test the number of concurrency with high concurrency? Because my code does not involve the database, there is no bottleneck in this area.
or is there any testing framework that can be used for stress testing? Thank you for your answer.

Feb.28,2021
Menu