Skip to content

Commit 94d46c6

Browse files
authored
Update golden budget files for array builtins (#7480)
The expected CPU costs for array operations were outdated. Updated to match actual execution costs: - indexArray-01: 291022 → 328110 CPU - lengthOfArray-01: 263094 → 295983 CPU - lengthOfArray-02: 263094 → 295983 CPU Memory costs remain unchanged.
1 parent dd37ea8 commit 94d46c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
({cpu: 291022
1+
({cpu: 328110
22
| mem: 732})
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
({cpu: 263094
1+
({cpu: 295983
22
| mem: 510})
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
({cpu: 263094
1+
({cpu: 295983
22
| mem: 510})

0 commit comments

Comments
 (0)