Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase the HZ to make test more reliable (#1680)
After introducing, #1387, we saw a significant increase in other spurious wakeups because of the client cron that was added, which affected the "instantaneous eventloops per second" metric (showing it higher than before". All I did was increase the server hz to get more samples and increase the target value. This seems to work more consistently now. I also removed retries since the instantaneous value isn't dependent on number of retries. Additionally, `assert_lessthan $value [expr $retries*22000]` makes no sense to me. The value is usually around 30-100us, since all it's doing is waking up and running a little bit of cron. The retries doesn't make much sense, since the retries don't impact the instantaneous value. I just removed the retries and left the 22k value for now, maybe valgrind is slow. --------- Signed-off-by: Madelyn Olson <[email protected]>
- Loading branch information