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
..
2023-09-26 12:56:42 -04:00
2024-03-04 08:16:03 +00:00
2024-11-01 10:29:54 +08:00
2024-03-02 09:12:17 +00:00
2024-03-02 09:12:17 +00:00
2023-10-19 07:24:24 +00:00
2024-03-02 09:12:17 +00:00
2023-04-07 18:08:36 +08:00
2023-10-01 10:41:52 +00:00
2024-05-21 17:00:35 +00:00
2024-03-04 08:16:03 +00:00
2024-10-01 01:58:55 +00:00
2023-09-26 12:56:42 -04:00
2024-02-24 12:38:43 +00:00
2023-08-30 02:27:53 +00:00
2024-03-07 23:18:38 +01:00
2024-03-04 08:16:03 +00:00
2024-05-21 17:00:35 +00:00
2024-02-24 12:38:43 +00:00
2023-08-14 11:56:14 +02:00
2024-11-12 05:41:22 +00:00
2022-10-18 00:23:27 +08:00
2023-07-01 10:52:52 +08:00
2022-10-24 15:59:24 +08:00
2022-10-24 15:59:24 +08:00
2022-10-24 15:59:24 +08:00
2024-11-12 03:44:24 +00:00
2024-03-27 20:54:32 +00:00
2024-03-27 20:54:32 +00:00
2024-05-14 06:48:21 +00:00
2023-09-26 12:56:42 -04:00
2024-04-27 08:03:49 +00:00
2023-09-26 12:56:42 -04:00
2023-10-01 10:41:52 +00:00
2024-10-01 15:25:08 -04:00
2024-03-04 08:16:03 +00:00
2024-10-11 23:35:04 +00:00
2024-11-14 19:28:46 +00:00
2024-10-01 01:58:55 +00:00
2024-03-04 08:16:03 +00:00
2023-09-11 10:14:01 +00:00
2024-02-24 12:38:43 +00:00
2024-05-21 17:00:35 +00:00
2024-05-21 17:00:35 +00:00
2024-05-21 17:00:35 +00:00
2022-10-18 00:23:27 +08:00
2024-03-04 08:16:03 +00:00
2024-11-12 03:44:24 +00:00
2024-03-04 08:16:03 +00:00
2022-10-18 00:23:27 +08:00
2023-03-10 08:28:32 -06:00