Commit 1bfa241
authored
### Rationale for this change
`arrow-compute-vector-test` is too big and takes a long time to run because of that.
### What changes are included in this PR?
Extracting two tests.
Timings on my machine (Debug builds with ASAN).
```
debug/arrow-compute-vector-test > /dev/null 11.54s user 0.47s system 99% cpu 12.023 total
debug/arrow-compute-vector-sort-test > /dev/null 13.30s user 0.26s system 99% cpu 13.579 total
debug/arrow-compute-vector-selection-test > /dev/null 6.97s user 0.22s system 99% cpu 7.207 total
```
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #35636
Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
1 parent f951f0c commit 1bfa241
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| |||
0 commit comments