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
refactor(jmh-fork): thread isWarmup flag into runBenchmark
Replace the inline isWarmupFork() check inside runBenchmark's
measurement loop with an explicit isWarmup flag computed in doSingle
from `!mode.doMeasurement() || isWarmupFork()`.
Groundwork for COD-2548 (warmup leaking into flamegraphs for <100ns
benchmarks): centralises the warmup-vs-measurement decision so the
outer startBenchmark/stopBenchmark scope can be tightened next.
0 commit comments