You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey, yes each one takes several minutes to complete.
Currently they log a batch of messages (20 messages) and then sleep for a bit and then log again, the reason for that is that if the hot thread logs all at once they just all pushed to the unbounded spsc queues very fast and the backend logging thread can't keep up anyway.
Try to run a single one and just wait a few minutes it should complete ! Probably the sleep timers could be smaller to wait less, i usually let them all run overnight with a python script
Hi, thanks for the comparison! I tried to reproduce the results, however, the benchmarks appear to hang:
When left running, it completely consumes one CPU for minutes, and does not terminate. Is this expected? The binlog test does the same.
The text was updated successfully, but these errors were encountered: