load test for game server. source code has been hosted on Github.
Main features
- client basic feature: connect, logic injection
- client manager, multi client
- statistics
Process
first, fork the boom.
then, modify the code for game server test.
- add the client with raw socket;
- add base features for game server:register/login;
- add logic injection;