Made a note to fix a divide-by-zero problem.
authorArt Cancro <ajc@citadel.org>
Mon, 4 Mar 2024 21:13:15 +0000 (16:13 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 4 Mar 2024 21:13:15 +0000 (16:13 -0500)
commit65a7033e4687ea08debbacd1d83a9d566c6796ab
tree8f16a60f5618bcf469b3b0a10f82d555a889f312
parentfe30785de2bb95829282525296016d3783e51d8f
Made a note to fix a divide-by-zero problem.

(ops_completed / (time(NULL) - time_started)

I thought my new machine had a problem but it turned out to just be
running so fast that "time(NULL) - time_started" really was zero.
citadel/utils/loadtest.c