Final run info; the counts themselves live on config.state.results.counter.
const info: RunEndInfo = { durationMs: 1240 }; info.durationMs; // what the summary prints as "(1240ms)"
durationMs: number
Wall-clock duration of the run in milliseconds.