These benchmarks were skipped, so their baseline results are used instead. If they were deleted in your codebase, archive them to remove them from the performance reports. Learn more about archiving benchmarks
fix(docs): Update useIterableCallbackReturn documentation example
The forEach example was expecting a diagnostic but with checkForEach defaulting to false,
it no longer triggers. Changed the example to use filter() which always requires proper
return behavior.