Skip to content

Commit ddffb27

Browse files
authored
Annotate arkouda build time deltas (#29107)
[reviewed by @benharsh] This annotates a recent downtick and uptick we saw in build times when switching to LLVM 22, which wasn't supported by Chapel 2.8, requiring Arkouda-release perf testing to use the bundled version which happens to be built with better optimization levels and therefore runs faster, reducing compile times. Once Arkouda release testing was updated to 2.9, the system LLVM was used again (albeit version 22 rather than the previous 21), largely restoring the previous times.
2 parents b657bea + 1b9638a commit ddffb27

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/ANNOTATIONS.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,6 +2735,10 @@ arkouda: &arkouda-base
27352735
- Fix performance regressions from divide-by-zero check (Bears-R-Us/arkouda#5416)
27362736
04/19/26:
27372737
- Make the loop iterating over multiple parquet files parallel (Bears-R-Us/arkouda#5486)
2738+
05/15/26:
2739+
- Switched system LLVM to 22 requiring Arkouda-release to use CHPL_LLVM=bundled which runs faster due to better -O levels (#28821)
2740+
06/30/26:
2741+
- Updated Arkouda release to Chapel 2.9 permitting the use of CHPL_LLVM=system again now using LLVM 22 (#29033)
27382742

27392743
arkouda-string:
27402744
<<: *arkouda-base

0 commit comments

Comments
 (0)