For at least one of the samples we should include non-cached compile, with compile({ forceRecompile: true }).
Cached compile should be our main target, so we are going to do at least 2 warmup runs.
We always need at least 5 timing runs to bring down statistical variance.
For at least one of the samples we should include non-cached compile, with
compile({ forceRecompile: true })
.Cached compile should be our main target, so we are going to do at least 2 warmup runs. We always need at least 5 timing runs to bring down statistical variance.
Internal discussion.