No successful run was found on main (96f3e77) during the generation of this report, so aa55c8d was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Benchmarks
Skipped (100)
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(noParametersOnlyUsedInRecursion): compare bindings for recursion detection
Compare function bindings in addition to names for recursion detection.
This prevents false positives when a method has the same
name as an outer function but calls the outer function (not itself).
fde87f3
2 months ago
by matanshavit
+0.05%
fix(noParametersOnlyUsedInRecursion): detect recursion in assignment expressions
697987f
2 months ago
by matanshavit
+0.35%
use ancestors().skip(1)
ac7e9a8
2 months ago
by matanshavit
+0.22%
remove unneeded comments
f740ac3
2 months ago
by matanshavit
-0.46%
docs: add changeset for noParametersOnlyUsedInRecursion fix