added starting line so diagnostic tool doesnt look frozen at first

Former-commit-id: 2b5e5cfa4cf1478682c46d74436025c63ac6c217
This commit is contained in:
christianEQ 2021-06-18 20:21:47 +00:00
parent 4028d35560
commit 0d9e0a9039

View File

@ -981,7 +981,8 @@ int main(int argc, const char **argv) {
}
freeReplyObject(reply);
printf("Server has %d threads.\n", server_threads);
printf("Server has %d threads.\nStarting...\n", server_threads);
fflush(stdout);
while (self_threads < config.max_threads) {
for (int i = 0; i < config.numclients; i++) {