aboutsummaryrefslogtreecommitdiffstats
path: root/services/gitdiff/testdata
Commit message (Collapse)AuthorAgeFilesLines
* Refactor gitdiff test (#33507)wxiaoguang2025-02-0511-18/+0
|
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-142-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)techknowlogick2022-03-1611-640/+0
|
* Fix panic when diff (#9187)Lunny Xiao2019-11-2824-0/+665
* fix panic when diff * improve code