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
Move prepareForNextIteration call from Benchmark's runnerCode to preIterationCode
This makes it easier for Benchmark subclasses to also call. This fixes a bug in #74
which caused inspector code load benchmarks to not set up properly ending the benchmark in 0ms.
Also, use optional chaining for the call (and few other similar optional helpers).
0 commit comments