Commit 1998cea
fix(performance): use Array.materialize() in benchmark after ArraySegments.of() removal
The vortex-performance module (Linux/macOS-only CI step, skipped on Windows)
still referenced the removed ArraySegments.of(). Swap to arr.materialize(arena).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 60fce2e commit 1998cea
1 file changed
Lines changed: 1 addition & 2 deletions
File tree
- performance/src/main/java/io/github/dfa1/vortex/performance
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
181 | 180 | | |
182 | 181 | | |
183 | 182 | | |
184 | | - | |
| 183 | + | |
185 | 184 | | |
186 | 185 | | |
187 | 186 | | |
| |||
0 commit comments