Commit 5afc4cc
authored
Speed up testing using parallelization (#2962)
- [x] Use parallel execution for test
- Used basic implementation from [Gradle
Docs](https://docs.gradle.org/current/userguide/performance.html#execute_tests_in_parallel)
as a start
- Tests seem already properly independent and hence parallelizable
CI effect:
- before: `+/- 3m 30s` per action (total usage for 5 actions: `15m 31s`)
- after: `2m 58s` per action (total usage for 5 actions: `13m 36s`)
Local effect: On my device (Apple M1 Max, 64GB Memory) running `gradle
clean test`:
- before: ` 1m 42s`
- after: `55s`1 parent 7f908db commit 5afc4cc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments