Rowan Bohde
68731c07c5
Reduce integration test overhead ( #32475 )
...
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>
2024-11-14 19:28:46 +00:00
..
2024-09-24 18:34:08 +00:00
2024-09-07 18:05:18 -04:00
2024-06-29 22:50:03 +00:00
2024-11-11 04:07:54 +08:00
2024-09-10 02:23:07 +00:00
2024-10-30 19:36:24 +00:00
2024-11-11 04:07:54 +08:00
2024-11-14 19:28:46 +00:00
2024-11-05 07:46:40 +00:00
2024-11-04 10:59:50 +00:00
2024-09-06 10:12:41 +00:00
2024-09-11 05:47:00 +00:00
2024-09-21 21:56:25 +00:00
2024-09-21 21:56:25 +00:00
2024-11-14 19:28:46 +00:00
2024-09-10 02:23:07 +00:00
2024-11-05 13:10:57 +00:00
2024-11-12 02:38:22 +00:00
2024-11-04 10:59:50 +00:00
2024-11-14 05:02:11 +00:00
2024-05-27 08:59:54 +00:00
2024-10-13 22:58:13 +03:00
2024-11-12 02:57:30 +00:00
2024-11-12 02:38:22 +00:00
2024-11-14 19:28:46 +00:00
2024-06-14 01:26:33 +00:00
2024-11-14 19:28:46 +00:00
2024-11-11 00:11:00 +00:00
2024-11-01 10:29:54 +08:00
2024-11-14 05:02:11 +00:00
2024-09-06 10:12:41 +00:00
2024-06-14 01:26:33 +00:00
2024-11-14 05:02:11 +00:00
2024-06-09 16:29:29 +08:00
2024-11-14 19:28:46 +00:00
2024-11-04 11:30:00 +00:00
2024-11-04 10:59:50 +00:00
2024-11-12 02:38:22 +00:00
2024-11-07 06:41:49 +00:00
2024-08-09 10:10:30 +08:00