mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
aaad27b8df
Currently when `yarn benchmarks run-compare` is used, the local repository could be converted to a shallow clone. This is not a problem but might result in confusion. We avoid this by not performing a shallow fetch when a comparison is initiated. The performance gains seem neglegible. PR Close #50851