From: Art Cancro Date: Mon, 16 Oct 2023 16:14:27 +0000 (-0400) Subject: tried some random cosmetic stuff and removed it X-Git-Tag: v997~112 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=b14f41e653d93296e79dff298998966bb98769e5;p=citadel.git tried some random cosmetic stuff and removed it --- diff --git a/citadel/utils/loadtest.c b/citadel/utils/loadtest.c index 2d62d98ac..67a820974 100644 --- a/citadel/utils/loadtest.c +++ b/citadel/utils/loadtest.c @@ -304,6 +304,7 @@ void *loadtest(void *blah) { long ops = 0; printf("\033[%d;%dH\033[33m 0\033[0m", row, col); fflush(stdout); + while(1) { perform_random_thing(serv_sock); printf("\033[%d;%dH\033[32m%8ld\033[0m", row, col, ++ops); @@ -411,4 +412,4 @@ int main(int argc, char **argv) { } loadtest(NULL); return(0); -} \ No newline at end of file +}