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
fix(vitest): balance profiler in walltime runner on benchmark error
Move stopBenchmark() and marker emissions into the finally block so a
throwing benchmark cannot leave the profiler started-but-never-stopped,
which would corrupt instrumentation state for subsequent benchmarks.
0 commit comments