Open lassic opened 1 year ago
I think we could go with the option 3. We already have
--stop-delay Add a delay to close the process when a job is done through either `autocannon` or `on-port` flag (milliseconds)
So adding a --start-delay
seems reasonable.
when a large server starts, there are usually tons of allocations on boot, which are often less interesting than the baseline that follows. we need some sort of option to filter out that noise. as I see it there are a few ways to go about this:
Thanks!