For example, `zlib-wasm`'s execution code is, ``` setTimeout(() => { setTimeout(() => Module["setStatus"](""), 1); doRun(); }, 1); ``` This `setTimeout`s are executed in the first run's measurement time. So we are accidentally inserting artificial wait time.