Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce integration test overhead (#32475) | Rowan Bohde | 2024-11-14 | 2 | -7/+0 |
| | | | | | | | | | | | | | In profiling integration tests, I found a couple places where per-test overhead could be reduced: * Avoiding disk IO by synchronizing instead of deleting & copying test Git repository data. This saves ~100ms per test on my machine * When flushing queues in `PrintCurrentTest`, invoke `FlushWithContext` in a parallel. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> | ||||
* | rm .sample hooks which aren't used (#19101) | techknowlogick | 2022-03-16 | 11 | -640/+0 |
| | |||||
* | Monitor all git commands; move blame to git package and replace git as a ↵ | Lunny Xiao | 2019-06-26 | 19 | -0/+654 |
variable (#6864) * monitor all git commands; move blame to git package and replace git as a variable * use git command but not other commands * fix build * move exec.Command to git.NewCommand * fix fmt * remove unrelated changes * remove unrelated changes * refactor IsEmpty and add tests * fix tests * fix tests * fix tests * fix tests * remove gitLogger * fix fmt * fix isEmpty * fix lint * fix tests |