Commit ff7b1c2
authored
SNOW-2380741: Use all logical cores in snowpark tests. (#3824)
Formerly, we had limited the test parallelism to not overwhelm our Snowflake deployments, but now that we are using multi-cluster warehouses, we should be able to use all 64 cores.
This change speeds up Modin CI jobs according to a sample size of 1. Other long-running CI jobs seem to take about as long before and after. [before](https://github.com/snowflakedb/snowpark-python/actions/runs/18150423863) vs [after](https://github.com/snowflakedb/snowpark-python/actions/runs/18150450772?pr=3824):
<table>
<tr>
<td> test
<td> before (minutes)
<td> after (minutes)
<tr>
<td> modin-macos-latest-3.9-aws
<td> 30
<td> 28
<tr>
<td> modin-ubuntu-latest-64-cores-3.10-azure
<td> 42
<td> 31
<tr>
<td> modin-ubuntu-latest-64-cores-3.12-aws
<td> 48
<td> 30
<tr>
<td> modin-windows-latest-64-cores-3.11-gcp
<td> 71
<td> 42
</table>
Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>1 parent d989dfa commit ff7b1c2
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
129 | 135 | | |
130 | 136 | | |
131 | 137 | | |
132 | | - | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
| |||
0 commit comments