Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor gitdiff test (#33507) | wxiaoguang | 2025-02-05 | 11 | -18/+0 |
| | |||||
* | 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 |
| | |||||
* | Fix panic when diff (#9187) | Lunny Xiao | 2019-11-28 | 24 | -0/+665 |
* fix panic when diff * improve code |