Commit 94d46c6
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- plutus-conformance/test-cases/uplc/evaluation/builtin/semantics
- indexArray/indexArray-01
- lengthOfArray
- lengthOfArray-01
- lengthOfArray-02
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
0 commit comments